Update conference call APIs.

Clean up conference call APIs to use a distinct type separate from
Connection.  Also allow the addition of Conference calls at any point
using addConference() API method.

Bug:16844332
Bug:16449372
Change-Id: I34e45fde1aa43559f5f4e29b990929c188b16875
This commit is contained in:
Santos Cordon
2014-08-07 18:35:18 -07:00
parent b511c4c1d6
commit 823fd3c79d
11 changed files with 680 additions and 137 deletions

View File

@@ -135,7 +135,7 @@ final class RemoteConnectionService {
}
@Override
public void addConferenceCall(String callId) {
public void addConferenceCall(String callId, ParcelableConference parcelableConference) {
// not supported for remote connections.
}