Our new developer documentation is now available. Please check it out!
OdinClient.LeaveRoom
public async Task<bool> LeaveRoom(string name)
Leave a joined Room
Info
Will dispose the Room object
Parameters
Name | Type | Description |
---|---|---|
name | String | Room name |
Returns
Type | Description |
---|---|
Task<Boolean> | true if removed from |