संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
एंट्रीपॉइंटसुविधा
एन्ट्री पॉइंट की सुविधाओं के बारे में बताने वाला एन्म्. इन्हें कॉन्फ़्रेंसिंग ऐड-ऑन की मदद से बनाया जा सकता है.
किसी एनम को कॉल करने के लिए, उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल किया जाता है. उदाहरण के लिए,
ConferenceDataService.EntryPointFeature.TOLL.
प्रॉपर्टी
प्रॉपर्टी
टाइप
ब्यौरा
UNKNOWN_FEATURE
Enum
इस्तेमाल न करें. यहां सिर्फ़ काम करने की वजहों से डिफ़ॉल्ट वैल्यू के तौर पर दिया गया है.
TOLL
Enum
यह सिर्फ़ फ़ोन वाले एंट्री पॉइंट पर लागू होता है. टोल नंबर पर कॉल करने पर, कॉल करने वाले व्यक्ति से शुल्क लिया जाता है. एक ही नंबर को टोल और टोल-फ़्री, दोनों के तौर पर नहीं दिखाया जा सकता.
TOLL_FREE
Enum
यह सिर्फ़ PHONE एंट्री पॉइंट पर लागू होता है. कॉल करने वाले व्यक्ति के लिए, टोल-फ़्री नंबर पर कॉल करना मुफ़्त होता है. कोई नंबर, टोल और टोल-फ़्री, दोनों नहीं हो सकता.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-12-02 (UTC) को अपडेट किया गया."],[[["`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`."]]],["`EntryPointFeature` is an Enum defining features for conferencing add-on entry points. It has three properties: `UNKNOWN_FEATURE` (a default for compatibility), `TOLL` (for PHONE entry points where the caller is charged), and `TOLL_FREE` (for free PHONE entry points). A number cannot be both toll and toll-free. To access these properties use the parent class name, like this: `ConferenceDataService.EntryPointFeature.TOLL`\n"]]