文件名称:developer-platform-code-samples:Fuze API Developer Platform
文件大小:94KB
文件格式:ZIP
更新时间:2024-06-04 07:25:33
JavaScript
引信开发人员中心代码示例 这些样本是用node.js编写的 依存关系 您需要在系统上安装node.js 在Mac上,您可以使用brew安装它,在Windows上,请访问并下载安装程序。 需要安装外部依赖项: httplease 节点字符串构建器 sprintf-js fs 阅读线同步 p图 阅读线同步 快递(1) body-parser-bigint(1) 注意:(1):仅对于presence/09-presence-events-listener.js是必需的 安装它们运行npm install httplease node-stringbuilder sprintf-js fs readline-sync p-map readline-sync express body-parser-bigint 配置 代码示例的基本目录中存在一个名为config.js的文件。 您应该编
【文件预览】:
developer-platform-code-samples-master
----locations()
--------01-get-locations-optionally-by-country.js(4KB)
--------02-find-the-location-with-more-users.js(4KB)
----organizations()
--------02-get-organization-by-code.js(2KB)
--------01-get-all-organizations.js(3KB)
----connectors()
--------CallRecordingsConnector.js(3KB)
--------CallsConnector.js(2KB)
--------MeetingsConnector.js(2KB)
--------PresenceConnector.js(5KB)
--------UsersConnector.js(5KB)
--------CallManagementConnector.js(5KB)
--------OrganizationsConnector.js(1KB)
--------ChatConnector.js(6KB)
--------DepartmentsConnector.js(1KB)
--------LocationsConnector.js(1KB)
--------JobsConnector.js(812B)
----chats()
--------06-download-one-chat-uploaded-file-by-id.js(2KB)
--------02-get-one-chat-by-id.js(2KB)
--------04-get-messages-optionally-by-sender.js(4KB)
--------01-get-all-chats.js(3KB)
--------05-get-uploads-of-one-chat.js(4KB)
--------03-get-messages-of-one-chat.js(4KB)
--------07-download-messages-optionally-by-sender-to-file.js(6KB)
----utils()
--------Errors.js(1KB)
--------Console.js(1KB)
----calls()
--------01-get-all-calls.js(3KB)
--------02-get-one-call-by-id.js(2KB)
--------03-get-one-call-recordings.js(4KB)
----postman()
--------Developer Center.postman_collection(449KB)
----README.md(934B)
----jobs()
--------01-show-job-details.js(1KB)
----config.js(362B)
----users()
--------09-delete-user-presence-session.js(2KB)
--------07-create-user-presence-session.js(2KB)
--------01-get-all-users.js(3KB)
--------02-get-users-with-call-recordings-from-yesterday.js(5KB)
--------06-get-user-presence-sessions.js(2KB)
--------03-deprovision-user-with-extension-forward.js(3KB)
--------05-get-user-presence-of-all-users.js(4KB)
--------04-get-user-presence.js(1KB)
--------08-update-user-presence-session.js(2KB)
----call-recordings()
--------04-download-all-call-recordings.js(5KB)
--------02-get-last-two-weeks-call-recordings.js(3KB)
--------03-get-one-call-recording.js(2KB)
--------01-get-all-call-recordings.js(4KB)
--------07-download-call-recordings-in-parallel-with-many-options.js(6KB)
--------06-download-one-call-recording.js(3KB)
--------05-download-last-two-weeks-call-recordings.js(4KB)
----call-management()
--------CallUtils.js(388B)
--------02-list-user-ongoing-calls.js(2KB)
--------01-place-a-call.js(2KB)
--------03-list-user-related-calls.js(2KB)
--------07-pause-call-recording.js(2KB)
--------06-unhold-call.js(2KB)
--------04-transfer-an-ongoing-call.js(2KB)
--------05-hold-ongoing-call.js(2KB)
--------08-resume-call-recording.js(2KB)
----departments()
--------01-list-your-organization-departments.js(3KB)
--------02-find-the-departments-with-more-users.js(4KB)
----meetings()
--------02-get-meeting-by-id.js(3KB)
--------03-delete-meeting-by-id.js(3KB)
--------01-get-all-meetings.js(3KB)
--------04-create-a-new-meeting.js(3KB)
----presence()
--------03-delete-webhook-subscription-by-any-id.js(2KB)
--------05-get-all-webhooks.js(2KB)
--------02-create-webhook-subscriptions.js(2KB)
--------08-get-webhook-subscription-by-any-id.js(2KB)
--------04-delete-webhook-by-id.js(2KB)
--------07-get-all-webhook-subscriptions.js(2KB)
--------01-create-webhook.js(2KB)
--------06-get-webhook-by-id.js(1KB)
--------09-presence-events-listener.js(3KB)