fetchContainerById

abstract fun fetchContainerById(containerId: String, listener: IRoomContainerProxy.IFetchContainerListener? = null)

Fetch a container identified by the given containerId on the server

Parameters

containerId

String container's unique id

listener

IFetchContainersListener? (optional) callback (onSuccess, onFailure)