setChannelVolume
Description​
Gets or sets the current and initial volume of the given channel.
- JavaScript
 - C#
 - Kotlin
 
setChannelVolume(channel: number, volume: number): voidvoid SetChannelVolume(double channel, double volume)fun setChannelVolume(channel: Double, volume: Double): Unit| Parameter | Summary | 
|---|---|
channelAll | The channel number.  | 
volumeAll | The volume of of the channel (0.0-1.0)  |