Enum EntryPointType

EntryPointType

Enum that defines the types of entry points that can be created by a conferencing add-on.

To call an enum, you call its parent class, name, and property. For example, ConferenceDataService.EntryPointType.VIDEO.

Properties

PropertyTypeDescription
VIDEOEnumA video entry point for a conference. A conference can have zero or one VIDEO entry points.
PHONEEnumA phone entry point for a conference. A conference can have zero or more PHONE entry points.
MOREEnumA link to more information about entry points into a conference. A conference can have zero or one MORE entry points. A conference with only a MORE entry point is not valid.
SIPEnumA SIP entry point for a conference. A conference can have zero or one SIP entry points.