isConferenceJoinable

abstract fun isConferenceJoinable(room: Room?): Boolean

This method allows to know if a conference is joinable or not. If the conference is not joinable, it's because the conference is not correctly started

Return

true if the conference is joinable, false otherwise

Parameters

room

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