interface MessagingPeerConfig {
    clientId: string;
    publicKey: Uint8Array<ArrayBufferLike>;
    serverUrl: string;
}

Properties

clientId: string
publicKey: Uint8Array<ArrayBufferLike>
serverUrl: string