Enum EntryPointType
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 . |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]