archive Bubble
abstract fun archiveBubble(room: Room, listener: IRoomProxy.IChangeUserRoomDataListener?)
Content copied to clipboard
Archive a bubble. Two possible cases:
If you are the owner, all participants are archived.
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?)
Content copied to clipboard
Archive a bubble, Two possible cases:
If you are the owner, all participants are archived.
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)