Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
PeerConnection.PeerConnectionState |
PeerConnection.connectionState() |
static PeerConnection.PeerConnectionState |
PeerConnection.PeerConnectionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeerConnection.PeerConnectionState[] |
PeerConnection.PeerConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
PeerConnection.Observer.onConnectionChange(PeerConnection.PeerConnectionState newState)
Triggered when the PeerConnectionState changes.
|