Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
FiturTitikEntri
Enum yang menentukan fitur titik entri yang dapat dibuat oleh add-on konferensi.
Untuk memanggil enum, Anda memanggil class induk, nama, dan propertinya. Misalnya,
ConferenceDataService.EntryPointFeature.TOLL.
Properti
Properti
Jenis
Deskripsi
UNKNOWN_FEATURE
Enum
Jangan gunakan. Di sini hanya sebagai nilai default karena alasan kompatibilitas.
TOLL
Enum
Hanya berlaku untuk titik entri PHONE. Panggilan ke nomor tol akan ditagih kepada pihak penelepon. Nomor
tidak dapat berupa nomor berbayar dan bebas pulsa secara bersamaan.
TOLL_FREE
Enum
Hanya berlaku untuk titik entri PHONE. Untuk pihak penelepon, panggilan ke nomor bebas pulsa tidak dikenai biaya. Nomor tidak dapat berupa nomor berbayar dan bebas pulsa secara bersamaan.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-12-02 UTC."],[[["`EntryPointFeature` is an enum used to define features of conferencing add-on entry points."],["This enum includes properties like `TOLL` and `TOLL_FREE` which apply specifically to phone entry points, determining call charges for the calling party."],["`UNKNOWN_FEATURE` is present for compatibility but should not be actively used."],["The enum is called using the syntax: `ConferenceDataService.EntryPointFeature.[property]`, for example, `ConferenceDataService.EntryPointFeature.TOLL`."]]],[]]