setAllMusicVolume abstract method

void setAllMusicVolume(
  1. int volume
)

Setting the Local and Remote Playback Volume of Background Music

This API is used to set the local and remote playback volume of background music.

  • Local volume: The volume of music heard by anchors.

  • Remote volume: The volume of music heard by the audience.

  • Parameters:

    • volume(int):
      • Volume. Value range: 0-100; default: 60.

Note If 100 is still not loud enough for you, you can set the volume to up to 150, but there may be side effects.

Implementation

void setAllMusicVolume(int volume);