JsWebRtcPeerConnection
class JsWebRtcPeerConnection(connection: RTCPeerConnection, coroutineContext: CoroutineContext, config: WebRtcConnectionConfig) : WebRtcPeerConnection(source)
WebRtc peer connection implementation for JavaScript platform.
Parameters
connection
The native RTCPeerConnection object.
Constructors
Link copied to clipboard
constructor(connection: RTCPeerConnection, coroutineContext: CoroutineContext, config: WebRtcConnectionConfig)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun createDataChannel(label: String, options: WebRtcDataChannelOptions.() -> Unit): WebRtcDataChannel
Link copied to clipboard
Link copied to clipboard
Returns implementation of the peer connection 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