setAudioProfile abstract method

Future<int?> setAudioProfile(
  1. AudioProfileType audioProfile
)

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:

Notes: You can call this API anytime before or after entering the room.

Implementation

Future<int?> setAudioProfile(AudioProfileType audioProfile);