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

The address of the meeting creator

id: string

The ID of the meeting

isPasswordProtected: boolean

Is this meeting password protected

language: string

The language for the meeting

name: string

The name for the meeting

participants: readonly MeetingParticipant[]

The people participating in the meeting

phone: string

Who will be called to access to the meeting

record: boolean

Indicates if the meeting will be recorded

url: string

The link to access to the meeting

validSince: number

The starting time for the meeting

validUntil: number

The ending time for the meeting

Methods

Generated using TypeDoc