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

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

Merge "Send pipes to connection service when RTT changes" into pi-dev

am: 48dc5a3b

Change-Id: I899a00c4e8ba7d88da5430691400fe20e5d932c4
parents ab86455f 48dc5a3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1462,6 +1462,10 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            if ((mConnectionProperties & Connection.PROPERTY_IS_RTT) ==
                    Connection.PROPERTY_IS_RTT) {
                createRttStreams();
                // Call startRtt to pass the RTT pipes down to the connection service.
                // They already turned on the RTT property so no request should be sent.
                mConnectionService.startRtt(this,
                        getInCallToCsRttPipeForCs(), getCsToInCallRttPipeForCs());
                mWasEverRtt = true;
                if (isEmergencyCall()) {
                    mCallsManager.setAudioRoute(CallAudioState.ROUTE_SPEAKER, null);