archiveBubble

abstract fun archiveBubble(room: Room, listener: IRoomProxy.IChangeUserRoomDataListener?)

Archive a bubble. Two possible cases:

  1. If you are the owner, all participants are archived.

  1. If you are NOT the owner, you just leave the bubble.

Parameters

room

@object:Room The bubble you want to archive

listener

IChangeUserRoomDataListener Callback (onChangeUserRoomDataSuccess and onChangeUserRoomDataFailed)

abstract fun archiveBubble(room: Room, listener: IRoomProxy.IChangeRoomDataListener?)

Archive a bubble, Two possible cases:

  1. If you are the owner, all participants are archived.

  2. If you are NOT the owner, you just leave the bubble.

Parameters

room

@object:Room The bubble you want to archive

listener

IChangeRoomDataListener Callback (onChangeRoomDataSuccess and onChangeRoomDataFailed)