Table of Contents

CreateRoomAsync

Methods
public Task<RoomData> CreateRoomAsync(RoomCreationOptions roomCreationOptions)

Create a room with the given options in the Replication Server asynchronously.

Parameters
Type Name Description
RoomCreationOptions roomCreationOptions

Instance of all the room options that you wish to create the room with.

Returns
Type Description
Task<RoomData>