JsWebRtcDataChannel
class JsWebRtcDataChannel(channel: RTCDataChannel, coroutineScope: CoroutineScope, receiveOptions: DataChannelReceiveOptions) : WebRtcDataChannel(source)
WebRtc data channel implementation for the JavaScript platform.
Parameters
channel
Native browser RTCDataChannel.
Constructors
Link copied to clipboard
constructor(channel: RTCDataChannel, coroutineScope: CoroutineScope, receiveOptions: DataChannelReceiveOptions)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns implementation of the data channel that is used under the hood. Use it with caution.
Returns implementation of the data channel that is used under the hood. Use it with caution.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard