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

Commit 938b3437 authored by Ravi Paluri's avatar Ravi Paluri Committed by android-build-merger
Browse files

IMS-VT: Set Video State of call

am: 641a7db2

Change-Id: Ib7f762aaf28a0b99408bfe4b1fc5ae2e88cedeed
parents 59bb6e43 641a7db2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3003,6 +3003,7 @@ public class CallsManager extends Call.ListenerBase

        setCallState(call, Call.getStateFromConnectionState(connection.getState()),
                "existing connection");
        call.setVideoState(connection.getVideoState());
        call.setConnectionCapabilities(connection.getConnectionCapabilities());
        call.setConnectionProperties(connection.getConnectionProperties());
        call.setHandle(connection.getHandle(), connection.getHandlePresentation());