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

Commit 9aadad47 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "IMS: Initialize audio quality with NONE instead of AMR_WB." into mnc-vt-dev

parents 70da8338 8d8c51f1
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;