subscribe To Video
abstract fun subscribeToVideo(room: Room, publisher: ConferenceParticipant?, multiVideoQuality: ConferenceParticipant.MultiVideoQuality?, activeSpeaker: Boolean, listener: IConferenceProxy.ISubscribeParticipantVideoListener?)
Content copied to clipboard
when a conference is started,it is possible to subscribe to video using this method
Parameters
room
@object:Room room (bubble) associated to the conference given
publisher
ConferenceParticipant the user that you want to subscribe the video
multiVideoQuality
ConferenceParticipant.MultiVideoQuality level quality requested for the video (LOW, MEDIUM, HIGH). Can be null if publisher isn't in multi-video quality mode
activeSpeaker
boolean subscribe with active speaker mode (the server change the video publisher when a user talk, publisher param is only used for the first video flux)
listener
ISubscribeParticipantVideoListener callback (onJoinAudioCallSuccess, onJoinAudioCallFailed)