Uses of Class
dev.onvoid.webrtc.RTCConfiguration
Packages that use RTCConfiguration
-
Uses of RTCConfiguration in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCConfigurationModifier and TypeMethodDescriptionRTCPeerConnection.getConfiguration()
Returns an RTCConfiguration object representing the current configuration of this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCConfigurationModifier and TypeMethodDescriptionPeerConnectionFactory.createPeerConnection
(RTCConfiguration config, PeerConnectionObserver observer) Creates a newRTCPeerConnection
.void
RTCPeerConnection.setConfiguration
(RTCConfiguration configuration) Updates the configuration of this RTCPeerConnection.