All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
onConferenceableConnectionsChanged(Conference conference,
List<Connection> conferenceableConnections) |
void |
onConnectionAdded(Conference conference,
Connection connection) |
void |
onConnectionCapabilitiesChanged(Conference conference,
int connectionCapabilities) |
void |
onConnectionPropertiesChanged(Conference conference,
int connectionProperties) |
void |
onConnectionRemoved(Conference conference,
Connection connection) |
void |
onDestroyed(Conference conference) |
void |
onDisconnected(Conference conference,
DisconnectCause disconnectCause) |
void |
onExtrasChanged(Conference c,
Bundle extras) |
void |
onExtrasRemoved(Conference c,
List<String> keys) |
void |
onStateChanged(Conference conference,
int oldState,
int newState) |
void |
onStatusHintsChanged(Conference conference,
StatusHints statusHints) |
void |
onVideoProviderChanged(Conference c,
Connection.VideoProvider videoProvider) |
void |
onVideoStateChanged(Conference c,
int videoState) |