createClientMessageTransport()

DESCRIPTION

Create a message transport for a client application.

DECLARATION

export function createClientMessageTransport(client: SignalingClient, options: ClientMessageTransportOptions): MessageTransport

PARAMETERS

client:
The SignalingClient to use
options:
The options to use

RETURNS

The created MessageTransport object