setAudioProfile abstract method
设置音质档位
当所选的 RoomProfile 中的音频参数无法满足你的场景需求时,调用本接口切换的音质档位。
返回值:
0
:调用成功;<0
:调用失败,具体原因参看 ReturnStatus。
注意:
- 该方法在进房前后均可调用;
- 支持通话过程中动态切换音质档位。
Implementation
Future<int?> setAudioProfile(AudioProfileType audioProfile);
设置音质档位
当所选的 RoomProfile 中的音频参数无法满足你的场景需求时,调用本接口切换的音质档位。
返回值:
0
:调用成功;<0
:调用失败,具体原因参看 ReturnStatus。注意:
Future<int?> setAudioProfile(AudioProfileType audioProfile);