updateLocalVideoMaxBandwidth

abstract fun updateLocalVideoMaxBandwidth(room: IRainbowRoom?, maxBandwidth: Int, listener: RainbowListener<UpdateParticipantResult, ConferenceRepository.ConferenceOptionsError>? = null)

Request to update the maximum bandwidth of the sent video stream.

Parameters

room

IRainbowRoom (bubble) associated to the conference given

maxBandwidth

maximum bandwidth in kbps (range: 0 .. 4096)

listener

RainbowListenerConferenceOptionsError> callback (onSuccess, onError)