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