reSubscribeToVideo

abstract fun reSubscribeToVideo(room: IRainbowRoom?, publisher: ConferenceParticipant?, listener: RainbowListener<Unit, ConferenceRepository.SubscribeParticipantVideoError>? = null)

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

IRainbowRoom (bubble) associated to the conference

publisher

ConferenceParticipant the user that you want to unsubscribe the video

listener

RainbowListenerSubscribeParticipantVideoError> callback (onSuccess, onError)