Conference
The Conference model allows the application to get information about the conference, such as the ID, alias, PIN code, status, information if it is new, and conference parameters.
Accessors
alias
• get alias(): string
Provides the conference alias.
Returns: string
id
• get id(): string
Provides the conference ID.
Returns: string
isNew
• get isNew(): boolean
The property indicating if the created conference is new.
Returns: boolean
params
• get params(): ConferenceParameters
Provides the conference parameters.
Returns: ConferenceParameters
pinCode
• get pinCode(): string
Provides the PIN code of the conference.
Returns: string
status
• get status(): ConferenceStatus
Provides the conference status.
Returns: ConferenceStatus