reSubscribeToVideo

abstract fun reSubscribeToVideo(room: Room, publisher: ConferenceParticipant, listener: IConferenceProxy.ISubscribeParticipantVideoListener?)

When a conference is started, it is possible to resubscribe to a video using this method. This is used to restart the video if it becomes stuck somehow.

Parameters

room

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

publisher

ConferenceParticipant the user that you want to unsubscribe the video

listener

ISubscribeParticipantVideoListener callback (onJoinAudioCallSuccess, onJoinAudioCallFailed)