Our new developer documentation is now available. Please check it out!
OdinClient.LeaveRoom
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
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 |