Uses of Enum Class
org.webrtc.PeerConnection.SignalingState
-
Uses of PeerConnection.SignalingState in io.antmedia.webrtc.adaptor
Modifier and TypeMethodDescriptionvoid
Adaptor.onSignalingChange
(PeerConnection.SignalingState newState) -
Uses of PeerConnection.SignalingState in org.webrtc
Modifier and TypeMethodDescription(package private) static PeerConnection.SignalingState
PeerConnection.SignalingState.fromNativeIndex
(int nativeIndex) private PeerConnection.SignalingState
PeerConnection.nativeSignalingState()
PeerConnection.signalingState()
Returns the enum constant of this class with the specified name.static PeerConnection.SignalingState[]
PeerConnection.SignalingState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
PeerConnection.Observer.onSignalingChange
(PeerConnection.SignalingState newState) Triggered when the SignalingState changes.