setAudioProfile abstract method
Sets the sound quality.
You can call this API when the audio parameters in the selected RoomProfile do not meet the needs of your scene.
Return value:
0
: Success.<0
: Failure. See ReturnStatus for the reason.
Notes: You can call this API anytime before or after entering the room.
Implementation
Future<int?> setAudioProfile(AudioProfileType audioProfile);