checkUserAlreadyInConference

abstract suspend fun checkUserAlreadyInConference(room: IRainbowRoom): RainbowResult<Boolean>

Let you know you if the user is already connected in the conference associated to a bubble

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

Room the room to check