Merge "IMS: Initialize audio quality with NONE instead of AMR_WB." into mnc-vt-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user