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 các loại điểm truy cập mà tiện ích bổ sung cho tính năng hội nghị truyền hình có thể tạo.
Để gọi một enum, bạn gọi lớp mẹ, tên và thuộc tính của enum đó. Ví dụ:
ConferenceDataService.EntryPointType.VIDEO.
Thuộc tính
Thuộc tính
Loại
Mô tả
VIDEO
Enum
Điểm truy cập video cho một hội nghị. Một hội nghị có thể có 0 hoặc 1 điểm truy cập VIDEO.
PHONE
Enum
Điểm truy cập qua điện thoại cho một cuộc họp. Một hội nghị có thể có 0 hoặc nhiều điểm truy cập PHONE.
MORE
Enum
Đường liên kết đến thông tin khác về các điểm truy cập vào hội nghị. Một hội nghị có thể có 0 hoặc một điểm truy cập MORE. Một hội nghị chỉ có một điểm truy cập MORE là không hợp lệ.
SIP
Enum
Điểm truy cập SIP cho một hội nghị. Một hội nghị có thể có 0 hoặc 1 điểm truy cập SIP.
[[["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: 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`."]]],[]]