Enum EntryPointFeature

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

PropertyTypeDescription
UNKNOWN_FEATUREEnumDo not use. Here only as a default value for compatibility reasons.
TOLLEnumApplies 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_FREEEnumApplies 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.