Enum EntryPointFeature 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. Anumber 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 freeof charge. A number can't be toll and toll-free at the same time. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.