FetchRoomsAsync
Methods
public Task<IReadOnlyList<RoomData>> FetchRoomsAsync(string[] tags = null)
Fetch the available rooms in the Replication Server asynchronously.
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | tags | Filter the results by a list of tags. |
Returns
| Type | Description |
|---|---|
| Task<IReadOnlyList<RoomData>> |