remove Rooms To Container
abstract fun removeRoomsToContainer(containerId: String, roomIds: List<String>, listener: IRoomContainerProxy.IAddOrDeleteRoomsToContainerListener? = null)
Content copied to clipboard
Removes all of the room of the specified list of room ids to the container identified by the containerId
Parameters
containerId
String container's unique id
roomIds
List
listener
IAddOrDeleteRoomsToContainerListener? (optional) callback (onSuccess, onFailure)