searchRoomByName

abstract fun searchRoomByName(name: String?, listener: RainbowListener<List<IRainbowRoom>, Unit>? = null)

Searches for rooms by name.

This method searches for rooms whose names match the specified string.

Parameters

name

The name or part of the name to search for.

listener

RainbowListener, Unit> (optional) callback invoked upon completion of the operation. Set to null if not required.