updateLocalVideoMaxBandwidth
abstract suspend fun updateLocalVideoMaxBandwidth(room: IRainbowRoom, maxBandwidth: Int): RainbowResult<UpdateParticipantResult>
Request to update the maximum bandwidth of the sent video stream.
Return
RainbowResult<UpdateParticipantResult> callback (onSuccess, onError)
Parameters
room
IRainbowRoom (bubble) associated to the conference given
maxBandwidth
maximum bandwidth in kbps (range: 0 .. 4096)