add Rooms To Container
abstract fun addRoomsToContainer(containerId: String, roomIds: List<String>, listener: IRoomContainerProxy.IAddOrDeleteRoomsToContainerListener? = null)
Content copied to clipboard
Adds 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)