Class ConnectionStateChangedEventArgs
Arguments for ConnectionStateChanged events in the current room
Declaration
public class ConnectionStateChangedEventArgs : EventArgs
Properties
ConnectionState
Connection state of the ODIN client
Declaration
public NativeBindings.OdinRoomConnectionState ConnectionState { get; }
ChangeReason
Reason of connection state
Declaration
public NativeBindings.OdinRoomConnectionStateChangeReason ChangeReason { get; }
Retry
Connection retry count
Declaration
public int Retry { get; }