Package-level declarations

Types

Link copied to clipboard
class CoroutineSdpObserver : SdpObserver
Link copied to clipboard
class Transport(config: PeerConnection.RTCConfiguration, connectionFactory: PeerConnectionFactory) : PeerConnection.Observer

Functions

Link copied to clipboard
suspend fun PeerConnection.createOffer(constraints: MediaConstraints): Either<String?, SessionDescription>
Link copied to clipboard
suspend fun PeerConnection.setLocalDescription(description: SessionDescription): Either<String?, Unit>
Link copied to clipboard
suspend fun PeerConnection.setRemoteDescription(description: SessionDescription): Either<String?, Unit>