Stay organized with collections
Save and categorize content based on your preferences.
EntryPointFeature
Enum that defines the features of the entry point that can be created by a conferencing add-on.
To call an enum, you call its parent class, name, and property. For example,
ConferenceDataService.EntryPointFeature.TOLL.
Properties
Property
Type
Description
UNKNOWN_FEATURE
Enum
Do not use. Here only as a default value for compatibility reasons.
TOLL
Enum
Applies to PHONE entry point only. A call to a toll number is charged to the calling party. A
number can't be toll and toll-free at the same time.
TOLL_FREE
Enum
Applies to PHONE entry point only. For the calling party, a call to a toll-free number is free
of charge. A number can't be toll and toll-free at the same time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-11-01 UTC."],[[["`EntryPointFeature` is an enum used to define features of conferencing add-on entry points."],["This enum includes properties like `TOLL` and `TOLL_FREE` which apply specifically to phone entry points, determining call charges for the calling party."],["`UNKNOWN_FEATURE` is present for compatibility but should not be actively used."],["The enum is called using the syntax: `ConferenceDataService.EntryPointFeature.[property]`, for example, `ConferenceDataService.EntryPointFeature.TOLL`."]]],[]]