Package-level declarations
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>