Our new developer documentation is now available. Please check it out!
ConnectionStateChangedEventArgs
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 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 |