Merge commit 'e593d0a' into merge_work
Change-Id: I4f8ae40fc446cd9cda4d5c6ec99469a98dda595b
This commit is contained in:
@@ -84,6 +84,7 @@ final class RemoteConnectionService {
|
||||
}
|
||||
connection.setConferenceableConnections(conferenceable);
|
||||
connection.setVideoState(parcel.getVideoState());
|
||||
connection.setCallSubstate(parcel.getCallSubstate());
|
||||
if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
||||
// ... then, if it was created in a disconnected state, that indicates
|
||||
// failure on the providing end, so immediately mark it destroyed
|
||||
@@ -311,6 +312,12 @@ final class RemoteConnectionService {
|
||||
|
||||
mOurConnectionServiceImpl.addRemoteExistingConnection(remoteConnction);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCallSubstate(String callId, int callSubstate) {
|
||||
findConnectionForAction(callId, "callSubstate")
|
||||
.setCallSubstate(callSubstate);
|
||||
}
|
||||
};
|
||||
|
||||
private final ConnectionServiceAdapterServant mServant =
|
||||
|
||||
Reference in New Issue
Block a user