Uses of Class
dev.onvoid.webrtc.RTCSignalingState
-
Packages that use RTCSignalingState Package Description dev.onvoid.webrtc -
-
Uses of RTCSignalingState in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCSignalingState Modifier and Type Method Description RTCSignalingStateRTCPeerConnection. getSignalingState()Returns the signaling state of the RTCPeerConnection.static RTCSignalingStateRTCSignalingState. valueOf(String name)Returns the enum constant of this type with the specified name.static RTCSignalingState[]RTCSignalingState. 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 RTCSignalingState Modifier and Type Method Description default voidPeerConnectionObserver. onSignalingChange(RTCSignalingState state)The signaling state has changed.
-