Table of Contents

RemoveRoomAsync

Methods
public Task RemoveRoomAsync(ulong roomId, string secret)

Remove an existing room that you have created in the Replication Server asynchronously.

Parameters
Type Name Description
ulong roomId

Room ID of the room you wish to remove. Can be found in RoomData.Id

string secret

Secret is ignored for removing rooms from locally hosted Replication Servers

Returns
Type Description
Task