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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]