Merge "Add missing remote conference property set." into nyc-mr1-dev

This commit is contained in:
Tyler Gunn
2016-08-15 22:32:02 +00:00
committed by Android (Google) Code Review

View File

@@ -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