ConnectionStateChangedEventArgs
Inherits from:
public class ConnectionStateChangedEventArgs : EventArgs
Arguments for ConnectionStateChanged events in the current room
Properties
Name | Type | Description |
---|---|---|
ConnectionState | OdinRoomConnectionState | Connection state of the ODIN client |
ChangeReason | OdinRoomConnectionStateChangeReason | Reason of connection state |
Retry | Int32 | Connection retry count |