Skip to main content
Version: 2.x

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; }