IosWebRtcConnection

constructor(coroutineContext: CoroutineContext, config: WebRtcConnectionConfig, createConnection: (RTCPeerConnectionDelegateProtocol) -> RTCPeerConnection?)(source)

Parameters

coroutineContext

coroutine context used to deliver connection callbacks.

config

configuration describing ICE servers, media constraints, and other connection options.

createConnection

factory function that creates a native peer connection instance using a provided delegate.