purecloud embeddable framework example
1.0.0
此存储库包含 PureCloud Embeddable Framework 示例页面的基本设置,您可以使用它来实时探索 PureCloud Embeddable Framework API。
npm install
。您现在可以与 PureCloud Embeddable Framework API 实时交互。
npm install
。 clientIds
下,将客户端 ID添加到您的 PureCloud 组织所在的区域。客户端 ID 可在您在 PureCloud 中创建的 OAuth 客户端中找到。clientIds
的更多信息,请参阅 clientIds (开发者中心)。有关 OAuth 客户端的更多信息,请参阅先决条件。cd {name of your PureCloud Embeddable Framework project}
。node server.js
。cd {name of your PureCloud Embeddable Framework project}
。sudo node server.js
。您现在可以与示例页面交互并实时探索 PureCloud Embeddable Framework API。例如,要了解点击拨号的工作原理,请单击示例页面上的点击拨号链接。
此内容根据 MIT 许可证获得许可。
有关 PureCloud Embeddable Framework 的更多信息,请参阅 PureCloud Embeddable Framework 概述(开发人员中心)和关于 PureCloud Embeddable Framework(资源中心)。