startAndJoinConference

abstract fun startAndJoinConference(room: Room, listener: IConferenceProxy.IJoinAudioCallListener?)

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

Parameters

room

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

listener

IJoinAudioCallListener callback (onJoinAudioCallSuccess, onJoinAudioCallFailed)