Interface IInvitedRoom

interface IInvitedRoom {
    invite_state: IInviteState;
}

Properties

Properties

invite_state: IInviteState