Our new developer documentation is now available. Please check it out!
OdinRoomConnectionStateChangeReason
public enum OdinRoomConnectionStateChangeReason
Reason of connection state
Properties
Name | Type | Description |
---|---|---|
ClientRequested | OdinRoomConnectionStateChangeReason | Connection state change was initiated by the user |
ServerRequested | OdinRoomConnectionStateChangeReason | Connection state change was initiated by the server (e.g. peer was kicked) |
ConnectionLost | OdinRoomConnectionStateChangeReason | Connection state change was caused by a timeout |