Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89ad7f7c authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Add missing remote conference property set. am: 04ce7578 am: 69c13eca

am: cf81b5a8

Change-Id: I644238575fdeb52b07db1a438c42b3ef39d60dce
parents bc2fe94f cf81b5a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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