Enum EntryPointType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
EntryPointType
枚举,用于定义会议插件可以创建的入口点类型。
如需调用枚举,您可以调用其父类、名称和属性。例如
ConferenceDataService.EntryPointType.VIDEO
。
属性
属性 | 类型 | 说明 |
VIDEO | Enum | 会议的视频入口点。一个会议可以有 0 个或 1 个 VIDEO 入口点。 |
PHONE | Enum | 会议的电话入口点。一个会议可以有零个或多个 PHONE 入口点。 |
MORE | Enum | 指向详细介绍会议入口点的链接。一个会议可以有零个或一个 MORE 入口点。仅包含 MORE 入口点的会议无效。 |
SIP | Enum | 会议的 SIP 入口点。会议可以有 0 个或 1 个 SIP 入口点。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eEntryPointType\u003c/code\u003e is an enum used to define different entry points for a conferencing add-on.\u003c/p\u003e\n"],["\u003cp\u003eThe enum includes \u003ccode\u003eVIDEO\u003c/code\u003e, \u003ccode\u003ePHONE\u003c/code\u003e, \u003ccode\u003eMORE\u003c/code\u003e, and \u003ccode\u003eSIP\u003c/code\u003e to represent various entry point types.\u003c/p\u003e\n"],["\u003cp\u003eEach conference can have a specific number of each entry point type, as detailed in the table.\u003c/p\u003e\n"],["\u003cp\u003eEntry points are called using the format \u003ccode\u003eConferenceDataService.EntryPointType.[property]\u003c/code\u003e, for example, \u003ccode\u003eConferenceDataService.EntryPointType.VIDEO\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum EntryPointType\n\nEntryPointType\n\nEnum that defines the types of entry points that can be created by a conferencing add-on.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nConferenceDataService.EntryPointType.VIDEO`. \n\n### Properties\n\n| Property | Type | Description |\n|----------|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `VIDEO` | `Enum` | A video entry point for a conference. A conference can have zero or one `VIDEO` entry points. |\n| `PHONE` | `Enum` | A phone entry point for a conference. A conference can have zero or more `PHONE` entry points. |\n| `MORE` | `Enum` | A link to more information about entry points into a conference. A conference can have zero or one `MORE` entry points. A conference with only a `MORE` entry point is not valid. |\n| `SIP` | `Enum` | A SIP entry point for a conference. A conference can have zero or one `SIP` entry points. |"]]