public abstract static class Connection.ListenerBase extends Object implements Connection.Listener
Constructor and Description |
---|
ListenerBase() |
Modifier and Type | Method and Description |
---|---|
void |
onAudioQualityChanged(int audioQuality) |
void |
onCallPullFailed(Connection externalConnection) |
void |
onCallSubstateChanged(int callSubstate) |
void |
onConferenceMergedFailed() |
void |
onConferenceParticipantsChanged(List<ConferenceParticipant> participants) |
void |
onConnectionCapabilitiesChanged(int capability) |
void |
onConnectionEvent(String event,
Bundle extras) |
void |
onExitedEcmMode() |
void |
onExtrasChanged(Bundle extras) |
void |
onHandoverToWifiFailed() |
void |
onMultipartyStateChanged(boolean isMultiParty) |
void |
onVideoProviderChanged(Connection.VideoProvider videoProvider) |
void |
onVideoStateChanged(int videoState) |
void |
onWifiChanged(boolean isWifi) |
public void onVideoStateChanged(int videoState)
onVideoStateChanged
in interface Connection.Listener
public void onConnectionCapabilitiesChanged(int capability)
onConnectionCapabilitiesChanged
in interface Connection.Listener
public void onWifiChanged(boolean isWifi)
onWifiChanged
in interface Connection.Listener
public void onVideoProviderChanged(Connection.VideoProvider videoProvider)
onVideoProviderChanged
in interface Connection.Listener
public void onAudioQualityChanged(int audioQuality)
onAudioQualityChanged
in interface Connection.Listener
public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants)
onConferenceParticipantsChanged
in interface Connection.Listener
public void onCallSubstateChanged(int callSubstate)
onCallSubstateChanged
in interface Connection.Listener
public void onMultipartyStateChanged(boolean isMultiParty)
onMultipartyStateChanged
in interface Connection.Listener
public void onConferenceMergedFailed()
onConferenceMergedFailed
in interface Connection.Listener
public void onExtrasChanged(Bundle extras)
onExtrasChanged
in interface Connection.Listener
public void onExitedEcmMode()
onExitedEcmMode
in interface Connection.Listener
public void onCallPullFailed(Connection externalConnection)
onCallPullFailed
in interface Connection.Listener
public void onHandoverToWifiFailed()
onHandoverToWifiFailed
in interface Connection.Listener
public void onConnectionEvent(String event, Bundle extras)
onConnectionEvent
in interface Connection.Listener