stopAudioConference

abstract suspend fun stopAudioConference(room: IRainbowRoom): RainbowResult<Unit>

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

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom (bubble) associated to the conference given