startAndJoinConference

abstract fun startAndJoinConference(room: IRainbowRoom?, listener: RainbowListener<String, ConferenceRepository.StartJoinConferenceError>? = null)

If the user is the owner's bubble, the user will start the conference and will join the conference.

Parameters

room

IRainbowRoom (bubble) associated to the conference

listener

RainbowListenerStartJoinConferenceError> callback (onSuccess, onError)