Uses of Enum Class
org.webrtc.PeerConnection.PeerConnectionState
Packages that use PeerConnection.PeerConnectionState
-
Uses of PeerConnection.PeerConnectionState in org.webrtc
Methods in org.webrtc that return PeerConnection.PeerConnectionStateModifier 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.Methods in org.webrtc with parameters of type PeerConnection.PeerConnectionStateModifier and TypeMethodDescriptiondefault void
PeerConnection.Observer.onConnectionChange
(PeerConnection.PeerConnectionState newState) Triggered when the PeerConnectionState changes.