Uses of Enum Class
org.webrtc.PeerConnection.PeerConnectionState
-
Uses of PeerConnection.PeerConnectionState in org.webrtc
Modifier and TypeMethodDescriptionPeerConnection.connectionState()
(package private) static PeerConnection.PeerConnectionState
PeerConnection.PeerConnectionState.fromNativeIndex
(int nativeIndex) PeerConnection.nativeConnectionState()
Returns the enum constant of this class with the specified name.static PeerConnection.PeerConnectionState[]
PeerConnection.PeerConnectionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
PeerConnection.Observer.onConnectionChange
(PeerConnection.PeerConnectionState newState) Triggered when the PeerConnectionState changes.