Enum EntryPointFeature
入口点地图项
枚举,用于定义会议插件可以创建的入口点的功能。
如需调用枚举,您可以调用其父类、名称和属性。例如
ConferenceDataService.EntryPointFeature.TOLL
。
属性
属性 | 类型 | 说明 |
UNKNOWN_FEATURE | Enum | 请勿使用。此处仅作为默认值,以实现兼容性。 |
TOLL | Enum | 仅适用于 PHONE 入口点。拨打付费电话的费用由主叫方承担。一个号码不能同时是付费号码和免费号码。 |
TOLL_FREE | Enum | 仅适用于 PHONE 入口点。致电免费电话号码对致电方来说是免费的。一个号码不能同时是付费号码和免费号码。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`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`."]]],[]]