stopAudioConference

abstract fun stopAudioConference(room: IRainbowRoom?, listener: RainbowListener<Unit, ConferenceRepository.ConferenceOptionsError>? = null)

Stop conference.

If you are the owner of the conference, the whole conference will be stopped. If you are not the owner of the conference, the user will left the conference

Parameters

room

IRainbowRoom (bubble) associated to the conference given

listener

RainbowListenerConferenceOptionsError> callback (onSuccess, onError)