VTConference

The VTConference model allows the application to get information about the conference, such as the conference ID, alias, information if the conference is new, a list of conference participants, conference parameters, conference status, and local participant's conference permissions.

Accessors

id

id: String

The conference ID.

Returns: String


alias

alias: String

The conference alias. The alias is case insensitive, which means that using "foobar" and "FOObar" aliases results in joining the same conference.

Returns: String


isNew

isNew: Bool

Information whether the created conference is new.

Returns: Bool


participants

participants: [VTParticipant]

The list of the conference participants.

Returns: [VTParticipant]


params

params: [VTConferenceParameters]

The conference parameters.

Returns: [VTConferenceParameters]


permissions

permissions: [VTConferencePermissions]

The list of the local participant's conference permissions.

Returns: [VTConferencePermissions]


status

status: [VTConferenceStatus]

The conference status.

Returns: [VTConferenceStatus]