removeRoomsToContainer

abstract fun removeRoomsToContainer(containerId: String, roomIds: List<String>, listener: RainbowListener<Pair<Container, List<InvalidRoom>?>, RoomContainerRepository.ContainerError>? = null)

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 rooms' unique ids

listener

RainbowListener?>, RoomContainerRepository.ContainerError>? (optional) callback (onSuccess, onError)