setVolumeAll abstract method

Future<void> setVolumeAll(
  1. int volume
)

Set volume for all audio effect. Both the local play volume and the publish volume are set.

Available since: 1.16.0 Description: Set volume for all audio effect. Both the local play volume and the publish volume are set. When to call: It can be called after createAudioEffectPlayer. Restrictions: None.

  • volume Volume.
    Value range: The range is 0 ~ 200.
    Default value: The default is 100.

Implementation

Future<void> setVolumeAll(int volume);