Package-level declarations

Types

Link copied to clipboard
open class StreamPeerConnection(    coroutineScope: CoroutineScope,     type: StreamPeerType,     mediaConstraints: MediaConstraints,     onStreamAdded: (MediaStream) -> Unit?,     onNegotiationNeeded: (StreamPeerConnection, StreamPeerType) -> Unit?,     onIceCandidate: (IceCandidate, StreamPeerType) -> Unit?,     maxBitRate: Int) : PeerConnection.Observer

Wrapper around the WebRTC connection that contains tracks.

Link copied to clipboard
class StreamPeerConnectionFactory(    context: Context,     audioUsage: Int = defaultAudioUsage,     audioProcessing: ManagedAudioProcessingFactory? = null)

Builds a factory that provides PeerConnections when requested.