Class RoomStateChangedEventArgs
Arguments for ConnectionStateChanged events in the current room
Assembly: cs.temp.dll.dll
Declaration
public class RoomStateChangedEventArgs : EventArgs
Properties
RoomState
Room state of the ODIN client
Declaration
public string RoomState { get; }