setAudioOutputVolume
Sets the server-side speaker volume on this participant’s bridged call leg (FreeSWITCH channel write volume) — what this participant hears from the mix before it reaches their client.
For local playback volume (the <audio> element the consumer attaches
remoteStream to), set audioElement.volume directly in the consumer’s
code.
Parameters
value
Volume level (0-100).
Returns
Promise<void>
Examples
See
outputVolume$— reactive state pair.- Gated by
SelfCapabilities.self.speakerVolume.