unsubscribeToVideo

abstract fun unsubscribeToVideo(room: IRainbowRoom, publisher: ConferenceParticipant?, activeSpeaker: Boolean, webinarSharing: Boolean)

When a conference is started, it is possible to unsubscribe to a video using this method.

Parameters

room

@object:IRainbowRoom room (bubble) associated to the conference given

publisher

ConferenceParticipant the user that you want to unsubscribe the video

activeSpeaker

boolean unsubscribe with active speaker mode (the server change the video publisher when a user talk, publisher param is only used for the first video flux)