move Rooms
abstract fun moveRooms(oldContainerId: String, newContainerId: String, roomIds: List<String>, listener: IRoomContainerProxy.IAddOrDeleteRoomsToContainerListener? = null)
Content copied to clipboard
Moves all of the room of the specified list of room ids from a container to another
Parameters
oldContainerId
String container's unique id
newContainerId
String container's unique id
roomIds
List
listener
IAddOrDeleteRoomsToContainerListener? (optional) callback (onSuccess, onFailure)