Enum EntryPointType
EntryPointType
EntryPointType
用于定义会议插件可以创建的入口点类型的枚举。
若要调用枚举,您可以调用其父类、名称和属性。例如
ConferenceDataService.EntryPointType.VIDEO
。
属性
媒体资源 | 类型 | 说明 |
VIDEO | Enum | 会议的视频入口点。会议可以有零个或一个 VIDEO 入口点。 |
PHONE | Enum | 会议的手机入口点。会议可以有零个或多个 PHONE 入口点。 |
MORE | Enum | 指向会议入口点详细信息的链接。会议可以有零个或一个 MORE 入口点。只有 MORE 入口点的会议无效。 |
SIP | Enum | 会议的 SIP 入口点。会议可以有零个或一个 SIP 入口点。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["`EntryPointType` is an enum used to define different entry points for a conferencing add-on."],["The enum includes `VIDEO`, `PHONE`, `MORE`, and `SIP` to represent various entry point types."],["Each conference can have a specific number of each entry point type, as detailed in the table."],["Entry points are called using the format `ConferenceDataService.EntryPointType.[property]`, for example, `ConferenceDataService.EntryPointType.VIDEO`."]]],[]]