Class RoomStateChangedEventArgs
Arguments for ConnectionStateChanged events in the current room
Declaration
public class RoomStateChangedEventArgs : EventArgs
Inheritance: System.Object -> System.EventArgs
Properties
RoomState
Room state of the ODIN client
Declaration
public string RoomState { get; }