Class Meeting

Represents a meeting. This class is immutable. All the properties are readonly and must never be changed. Instances of this class are usually obtained using MeetingManager

Hierarchy

  • Meeting

Properties

creator: string
id: string
isPasswordProtected: boolean
language: string
name: string
participants: Set<MeetingParticipant>
phone: string
url: string
validSince: number
validUntil: number

Methods

Generated using TypeDoc