Add Connection.setCallCapabilities
This will be used to enable things like hold and conferencing. Change-Id: I90238eeefbcbfaa044881d80833b62e4474821d6
This commit is contained in:
@@ -144,8 +144,10 @@ final class RemoteConnectionService implements DeathRecipient {
|
||||
|
||||
/** ${inheritDoc} */
|
||||
@Override
|
||||
public void setCanConference(String connectionId, boolean canConference) {
|
||||
// not supported for remote connections.
|
||||
public void setCallCapabilities(String connectionId, int callCapabilities) {
|
||||
if (isCurrentConnection(connectionId)) {
|
||||
mConnection.setCallCapabilities(callCapabilities);
|
||||
}
|
||||
}
|
||||
|
||||
/** ${inheritDoc} */
|
||||
|
||||
Reference in New Issue
Block a user