Enum EntryPointType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एंट्रीपॉइंटटाइप
एन्ट्री पॉइंट के टाइप तय करने वाला एन्म. कॉन्फ़्रेंसिंग ऐड-ऑन की मदद से, ये टाइप बनाए जा सकते हैं.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
ConferenceDataService.EntryPointType.VIDEO
.
प्रॉपर्टी
प्रॉपर्टी | टाइप | ब्यौरा |
VIDEO | Enum | कॉन्फ़्रेंस के लिए वीडियो एंट्री पॉइंट. किसी कॉन्फ़्रेंस में शून्य या एक VIDEO एंट्री पॉइंट हो सकते हैं. |
PHONE | Enum | कॉन्फ़्रेंस में शामिल होने के लिए फ़ोन नंबर. किसी कॉन्फ़्रेंस में शून्य या उससे ज़्यादा PHONE एंट्रीपॉइंट हो सकते हैं. |
MORE | Enum | कॉन्फ़्रेंस में शामिल होने के तरीकों के बारे में ज़्यादा जानकारी देने वाला लिंक. किसी कॉन्फ़्रेंस में शून्य या एक MORE एंट्री पॉइंट हो सकते हैं. सिर्फ़ MORE एंट्री पॉइंट वाला कॉन्फ़्रेंस मान्य नहीं है. |
SIP | Enum | कॉन्फ़्रेंस के लिए SIP एंट्री पॉइंट. किसी कॉन्फ़्रेंस में शून्य या एक SIP एंट्री पॉइंट हो सकते हैं. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\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. |"]]