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

Commit b851b049 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Properly set VOIP audio mode for incoming calls" into pi-dev

parents 6499ae14 e67e3182
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1613,6 +1613,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());