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 |
public async Task<bool> LeaveRoom(string name)
Leave a joined Room
Will dispose the Room object
Name | Type | Description |
---|---|---|
name | String | Room name |
Type | Description |
---|---|
Task<Boolean> | true if removed from |