Table of Contents

FetchRoomsAsync

Methods
public Task<IReadOnlyList<RoomData>> FetchRoomsAsync(string[] tags = null)

Fetch the available rooms in the coherence Cloud asynchronously.

Parameters
Type Name Description
string[] tags

Filter the results by a list of tags.

Returns
Type Description
Task<IReadOnlyList<RoomData>>