createDeviceMessageTransport()
DESCRIPTION
Create a message transport for a device application.
DECLARATION
export function createDeviceMessageTransport(device: SignalingDevice, channel: SignalingChannel, options: DeviceMessageTransportOptions): MessageTransport
PARAMETERS
device:
- The SignalingDevice to use
channel:
- The SignalingChannel to send/receive on.
options:
- The options to use
RETURNS
The created MessageTransport object