Uses of Class
dev.onvoid.webrtc.RTCConfiguration
-
Packages that use 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 RTCConfigurationRTCPeerConnection. 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 RTCPeerConnectionPeerConnectionFactory. createPeerConnection(RTCConfiguration config, PeerConnectionObserver observer)Creates a newRTCPeerConnection.voidRTCPeerConnection. setConfiguration(RTCConfiguration configuration)Updates the configuration of this RTCPeerConnection.
-