VTConference
The VTConference model allows the application to get information about the conference, such as the ID, alias, information if it is new, list of participants, conference parameters, and status.
Accessors
id
▸ id: String
The conference ID.
Returns: String
alias
▸ alias: String
The conference alias.
Returns: String
isNew
▸ isNew: Bool
The property indicating if the created conference is new.
Returns: Bool
participants
▸ participants: [VTParticipant]
The list of conference participants.
Returns: [VTParticipant]
params
▸ params: [VTConferenceParameters]
The conference parameters.
Returns: [VTConferenceParameters]
status
▸ status: [VTConferenceStatus]
The conference status.
Returns: [VTConferenceStatus]