Merge "Support disconnecting conference participants from conference." into lmp-mr1-dev

This commit is contained in:
Tyler Gunn
2014-11-05 17:03:11 +00:00
committed by Android (Google) Code Review

View File

@@ -973,6 +973,15 @@ public abstract class Connection {
*/
public void onDisconnect() {}
/**
* Notifies this Connection of a request to disconnect a participant of the conference managed
* by the connection.
*
* @param endpoint the {@link Uri} of the participant to disconnect.
* @hide
*/
public void onDisconnectConferenceParticipant(Uri endpoint) {}
/**
* Notifies this Connection of a request to separate from its parent conference.
*/