subscribeToService

abstract suspend fun subscribeToService(room: IRainbowRoom, serviceId: String): RainbowResult<Unit>

when a conference is started,it is possible to subscribe to service using this method

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom room (bubble) associated to the conference

serviceId

String the service that you wan to subscribe the video