Stay organized with collections Save and categorize content based on your preferences.
EntryPointTypeEnum that defines the types of entry points that can be created by a conferencing add-on.
To call an enum, you call its parent class, name, and property. For example, ConferenceDataService.EntryPointType.VIDEO
.
VIDEO
Enum
A video entry point for a conference. A conference can have zero or one VIDEO
entry points. PHONE
Enum
A phone entry point for a conference. A conference can have zero or more PHONE
entry points. 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. SIP
Enum
A SIP entry point for a conference. A conference can have zero or one SIP
entry points.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["`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`."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4