setAudioStreamVolume

open fun setAudioStreamVolume(streamID: String, volume: Int): Boolean

Adjusts the volume for the provided audio stream. Cannot be used for the local participant.

Return

Returns true if operation successful, returns false otherwise.

Parameters

streamID

ID for a participant's audio stream.

volume

Value between 0 and 100 that sets the new volume for that audio stream.