Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
EntryPointType
Bir konferans eklentisi tarafından oluşturulabilecek giriş noktası türlerini tanımlayan 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
Özellik
Tür
Açıklama
VIDEO
Enum
Bir konferans için video giriş noktası. Bir konferansın 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ı olabilir.
MORE
Enum
Bir konferansa giriş noktaları hakkında daha fazla bilgi edinebileceğiniz bir bağlantı. Bir konferansın sıfır veya bir MORE giriş noktası olabilir. Yalnızca MORE giriş noktası olan bir konferans geçerli değildir.
SIP
Enum
Konferans için SIP giriş noktası. Bir konferansın 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: 2023-12-01 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`."]]],[]]