Table of Contents

CreateRoomAsync

Methods
public Task<RoomData> CreateRoomAsync(RoomCreationOptions roomCreationOptions)

Create a room with the given options in the coherence Cloud 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>
public Task<RoomData> CreateRoomAsync(RoomCreationOptions roomCreationOptions, CancellationToken cancellationToken)

Create a room with the given options in the coherence Cloud asynchronously.

Parameters
Type Name Description
RoomCreationOptions roomCreationOptions

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

CancellationToken cancellationToken

Cancellation token to cancel the request.

Returns
Type Description
Task<RoomData>