Merge "Add missing remote conference property set." into nyc-mr1-dev
This commit is contained in:
@@ -224,6 +224,7 @@ final class RemoteConnectionService {
|
||||
|
||||
conference.setState(parcel.getState());
|
||||
conference.setConnectionCapabilities(parcel.getConnectionCapabilities());
|
||||
conference.setConnectionProperties(parcel.getConnectionProperties());
|
||||
mConferenceById.put(callId, conference);
|
||||
conference.registerCallback(new RemoteConference.Callback() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user