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