setMusicPublishVolume abstract method
Setting the Remote Playback Volume of a Specific Music Track
This API is used to control the remote playback volume (the volume heard by the audience) of a specific music track.
- Parameters:
- id(int):
- Music ID.
- volume(int):
- Volume. Value range: 0-100; default: 60.
- id(int):
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 setMusicPublishVolume(int id, int volume);