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

Commit 1a503b03 authored by Muhammed Siju's avatar Muhammed Siju Committed by Deepak Kundra
Browse files

IMS: Initialize audio quality with NONE instead of AMR_WB.

Initial value of audio quality needs to be set to NONE to avoid
wrong quality value during MO call setup.

Change-Id: I06173abe38c9be1e9499c8c0958f985c45709f1c
CRs-Fixed: 802704
parent f1b3b328
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class ImsStreamMediaProfile implements Parcelable {
    }

    public ImsStreamMediaProfile() {
        mAudioQuality = AUDIO_QUALITY_AMR_WB;
        mAudioQuality = AUDIO_QUALITY_NONE;
        mAudioDirection = DIRECTION_SEND_RECEIVE;
        mVideoQuality = VIDEO_QUALITY_NONE;
        mVideoDirection = DIRECTION_INVALID;