update Video Quality
abstract fun updateVideoQuality(room: Room, videoPublisher: ConferenceParticipant?, newMultiVideoQuality: ConferenceParticipant.MultiVideoQuality?, listener: IConferenceProxy.IUpdateVideoQualityListener?)
Content copied to clipboard
Request to update the video quality of the video publisher. To use this method you must have subscribed to the video before. Only works if your publisher use multi-video quality, see ConferenceParticipant.isMultiVideoQuality() If the param videoPublisher is null, the video quality of the main feed (active talker) will be updated instead
Parameters
room
@object:Room room (bubble) associated to the conference given
videoPublisher
ConferenceParticipant the user that you want to update the video quality
newMultiVideoQuality
ConferenceParticipant.MultiVideoQuality new level quality requested for the video (LOW, MEDIUM, HIGH)
listener
IUpdateVideoQualityListener Callback