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

Commit ff20eb6a authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Merge "Properly set VOIP audio mode for incoming calls"

am: ade1a55a

Change-Id: I8a12eab00fa8717bf4ef13a69b1f1b72097c08e1
parents 10d78777 ade1a55a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1608,6 +1608,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,

        setConnectionCapabilities(connection.getConnectionCapabilities());
        setConnectionProperties(connection.getConnectionProperties());
        setIsVoipAudioMode(connection.getIsVoipAudioMode());
        setSupportedAudioRoutes(connection.getSupportedAudioRoutes());
        setVideoProvider(connection.getVideoProvider());
        setVideoState(connection.getVideoState());