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

Commit 82d56540 authored by Muhammed Siju's avatar Muhammed Siju Committed by Howard Harte
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: I05407d1387ec52543f87ac1c4a3dd9f7276b41c5
CRs-Fixed: 802704
parent 295e0b5c
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;