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

Commit 5ce3994f authored by bait_dispatcher_monitor_system's avatar bait_dispatcher_monitor_system Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix to set audio mode for SIP call"

parents 064e1e16 cfa80080
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1367,7 +1367,8 @@ final class Call implements CreateConnectionResponse {
    }

    public boolean getIsVoipAudioMode() {
        return mIsVoipAudioMode;
            return mIsVoipAudioMode ||((mHandle != null) ?
                    (mHandle.getScheme() == PhoneAccount.SCHEME_SIP): false);
    }

    public void setIsVoipAudioMode(boolean audioModeIsVoip) {