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

Commit 641a7db2 authored by Ravi Paluri's avatar Ravi Paluri Committed by Tyler Gunn
Browse files

IMS-VT: Set Video State of call

Set Video State of call with that of connection while
creating call from existing connection.

Test: Manual
Bug: 68245453
Change-Id: I67751de7537236a2cabb621db8e1ce0a5f64e4ec
parent 0564078a
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());