Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
EntryPointType
Enum xác định loại điểm truy cập mà tiện ích bổ sung cho hội nghị truyền hình có thể tạo.
Để gọi một enum, bạn phải gọi lớp, tên và thuộc tính gốc của lớp đó. Ví dụ:
ConferenceDataService.EntryPointType.VIDEO.
Thuộc tính
Tài sản
Loại
Nội dung mô tả
VIDEO
Enum
Điểm truy cập video cho hội nghị truyền hình. Một hội nghị truyền hình có thể có 0 hoặc một điểm truy cập VIDEO.
PHONE
Enum
Điểm truy cập điện thoại cho hội nghị truyền hình. Một hội nghị truyền hình có thể không có hoặc có nhiều điểm truy cập PHONE.
MORE
Enum
Một đường liên kết cung cấp thêm thông tin về các điểm truy cập vào hội nghị. Một hội nghị truyền hình có thể không có hoặc có một điểm truy cập MORE. Một hội nghị chỉ có điểm truy cập MORE sẽ không hợp lệ.
SIP
Enum
Điểm truy cập SIP cho hội nghị. Một hội nghị truyền hình có thể không có hoặc có một SIP điểm truy cập.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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`."]]],[]]