Table of Contents

FetchRooms

Methods
public void FetchRooms(Action<RequestResponse<IReadOnlyList<RoomData>>> onRequestFinished, string[] tags = null)

Fetch the available rooms in the Replication Server.

Parameters
Type Name Description
Action<RequestResponse<IReadOnlyList<RoomData>>> onRequestFinished

Callback that will be invoked when the request finished, it includes the fetched rooms.

string[] tags

Filter the results by a list of tags.