Modifier and Type | Method and Description |
---|---|
ConnectionState |
BaseRtpEndpoint.getConnectionState()
Get Connection state.
|
ConnectionState |
ConnectionStateChangedEvent.getNewState()
Getter for the newState property
|
ConnectionState |
ConnectionStateChangedEvent.getOldState()
Getter for the oldState property
|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TFuture<ConnectionState> |
BaseRtpEndpoint.getConnectionState(Transaction tx)
Get Connection state.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStateChangedEvent.setNewState(ConnectionState newState)
Setter for the newState property
|
void |
ConnectionStateChangedEvent.setOldState(ConnectionState oldState)
Setter for the oldState property
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRtpEndpoint.getConnectionState(Continuation<ConnectionState> cont)
Get Connection state.
|
Constructor and Description |
---|
ConnectionStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
ConnectionState oldState,
ConnectionState newState)
This event is raised when the connection between two peers changes.
|
Copyright © 2019 Kurento. All rights reserved.