Uses of Class
dev.onvoid.webrtc.RTCPeerConnectionState
-
Packages that use RTCPeerConnectionState Package Description dev.onvoid.webrtc -
-
Uses of RTCPeerConnectionState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCPeerConnectionState Modifier and Type Method Description RTCPeerConnectionStateRTCPeerConnection. getConnectionState()Returns the connection state of the RTCPeerConnection.static RTCPeerConnectionStateRTCPeerConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCPeerConnectionState[]RTCPeerConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCPeerConnectionState Modifier and Type Method Description default voidPeerConnectionObserver. onConnectionChange(RTCPeerConnectionState state)The RTCPeerConnection connectionState has changed.
-