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: 2024-12-02 UTC."],[[["`EntryPointType` is an enum used to define different entry points for a conferencing add-on."],["The enum includes `VIDEO`, `PHONE`, `MORE`, and `SIP` to represent various entry point types."],["Each conference can have a specific number of each entry point type, as detailed in the table."],["Entry points are called using the format `ConferenceDataService.EntryPointType.[property]`, for example, `ConferenceDataService.EntryPointType.VIDEO`."]]],[]]