Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
GirişNoktasıTürü
Bir konferans eklentisi tarafından oluşturulabilecek giriş noktası türlerini tanımlayan bir enum.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
ConferenceDataService.EntryPointType.VIDEO.
Özellikler
Mülk
Tür
Açıklama
VIDEO
Enum
Konferans için video giriş noktası. Bir konferansta sıfır veya bir VIDEO giriş noktası olabilir.
PHONE
Enum
Konferans için telefon giriş noktası. Bir konferansta sıfır veya daha fazla PHONE giriş noktası bulunabilir.
MORE
Enum
Konferans giriş noktaları hakkında daha fazla bilginin yer aldığı sayfanın bağlantısı. Bir konferansta sıfır veya bir MORE giriş noktası olabilir. Yalnızca MORE giriş noktasına sahip bir konferans geçerli değildir.
SIP
Enum
Bir konferans için SIP giriş noktası. Bir konferansta sıfır veya bir SIP giriş noktası olabilir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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. |"]]