Enum EntryPointType
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এন্ট্রি পয়েন্ট টাইপ Enum যা একটি কনফারেন্সিং অ্যাড-অন দ্বারা তৈরি করা যেতে পারে এমন এন্ট্রি পয়েন্টের প্রকারগুলিকে সংজ্ঞায়িত করে৷
একটি enum কল করার জন্য, আপনি তার পিতামাতার শ্রেণী, নাম এবং সম্পত্তি কল করুন। উদাহরণস্বরূপ, 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 সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 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. |"]]