Interface IPeerConnectionDataChannelEvent

The peer connection data channel event interface.

interface IPeerConnectionDataChannelEvent {
    channel: IPeerConnectionDataChannelConnector;
}

Properties

Properties

The data channel received.

Generated using TypeDoc