Uses of Class
dev.onvoid.webrtc.RTCConfiguration
Package | Description |
---|---|
dev.onvoid.webrtc |
-
Uses of RTCConfiguration in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCConfiguration Modifier and Type Method Description RTCConfiguration
RTCPeerConnection. getConfiguration()
Returns an RTCConfiguration object representing the current configuration of this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCConfiguration Modifier and Type Method Description RTCPeerConnection
PeerConnectionFactory. createPeerConnection(RTCConfiguration config, PeerConnectionObserver observer)
Creates a newRTCPeerConnection
.void
RTCPeerConnection. setConfiguration(RTCConfiguration configuration)
Updates the configuration of this RTCPeerConnection.