Uses of Enum Class
dev.onvoid.webrtc.RTCPeerConnectionState
Packages that use RTCPeerConnectionState
-
Uses of RTCPeerConnectionState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCPeerConnectionStateModifier and TypeMethodDescriptionRTCPeerConnection.getConnectionState()
Returns the connection state of the RTCPeerConnection.static RTCPeerConnectionState
Returns the enum constant of this class with the specified name.static RTCPeerConnectionState[]
RTCPeerConnectionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.onvoid.webrtc with parameters of type RTCPeerConnectionStateModifier and TypeMethodDescriptiondefault void
PeerConnectionObserver.onConnectionChange
(RTCPeerConnectionState state) The RTCPeerConnection connectionState has changed.