Enum EntryPointType
EntryPointType
Enum yang menentukan jenis titik entri yang dapat dibuat oleh add-on konferensi.
Untuk memanggil enum, panggil class, nama, dan properti induknya. Misalnya,
ConferenceDataService.EntryPointType.VIDEO
.
Properti
Properti | Jenis | Deskripsi |
VIDEO | Enum | Titik entri video untuk konferensi. Konferensi dapat memiliki nol atau satu titik entri
VIDEO . |
PHONE | Enum | Titik entri telepon untuk konferensi. Konferensi dapat memiliki nol atau beberapa titik entri
PHONE . |
MORE | Enum | Link ke informasi selengkapnya tentang titik masuk ke konferensi. Konferensi dapat memiliki nol atau
satu titik entri MORE . Konferensi dengan titik entri MORE saja tidak valid. |
SIP | Enum | Titik entri SIP untuk konferensi. Konferensi dapat memiliki nol atau satu titik entri SIP . |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2023-12-01 UTC.
[null,null,["Terakhir diperbarui pada 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`."]]],[]]