Uses of Enum Class
dev.onvoid.webrtc.RTCSignalingState
Packages that use RTCSignalingState
-
Uses of RTCSignalingState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCSignalingStateModifier and TypeMethodDescriptionRTCPeerConnection.getSignalingState()
Returns the signaling state of the RTCPeerConnection.static RTCSignalingState
Returns the enum constant of this class with the specified name.static RTCSignalingState[]
RTCSignalingState.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 RTCSignalingStateModifier and TypeMethodDescriptiondefault void
PeerConnectionObserver.onSignalingChange
(RTCSignalingState state) The signaling state has changed.