Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScheduledRoom

The scheduled room class. This does not extends the Room class because a scheduled room lacks data that a room does.

param

The client.

param

The scheduled room.

Hierarchy

  • ScheduledRoom

Index

Constructors

constructor

Properties

attendingCount

attendingCount: number

The number of attendees.

client

client: Client

The client that instantiated the scheduled room.

creator

creator: User

The creator of the scheduled room.

creatorId

creatorId: string

The id of the creator of the scheduled room.

description

description: string

The description of the scheduled room.

id

id: string

The id of the scheduled room.

name

name: string

The name of the scheduled room.

roomId

roomId: null | string

The room id.

scheduledFor

scheduledFor: string

When the room will start.

Methods

delete

  • delete(): void

edit

Generated using TypeDoc