stopAudioConference

abstract fun stopAudioConference(room: Room, listener: IConferenceProxy.IStopAudioConfListener?)

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

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

listener

IStopAudioConfListener callback (onStopAudioConfSuccess, onStopAudioConfFailed)