@94ai/softphone 5.0.3 → 5.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -332,9 +332,12 @@ document.addEventListener('DOMContentLoaded', async (event) => {
332
332
  * },
333
333
  */
334
334
  const userAgentManager = UserAgentFactory.getUserAgentManager({
335
- agentTag: '15018707394', // 生产线 坐席维度定位
336
- appKey: '032d44009bff1752', // 生产线 企业维度定位
337
- appSecret: '4c7304c94c5e8725613516d4d6db679b', // 生产线 企业维度定位 这里直接使用appSecret做演示
335
+ // agentTag: '15018707394', // 生产线 坐席维度定位
336
+ // appKey: '032d44009bff1752', // 生产线 企业维度定位
337
+ // appSecret: '4c7304c94c5e8725613516d4d6db679b', // 生产线 企业维度定位 这里直接使用appSecret做演示
338
+ agentId: '9870', // 生产线 坐席维度定位
339
+ appKey: 'd85085f084e71477', // 生产线 企业维度定位
340
+ appSecret: '1df8fdeaa960c7fefd8da39135a693ae', // 生产线 企业维度定位 这里直接使用appSecret做演示
338
341
  refreshSpeekVolumn(value) { // 当来电接通时,实时查看坐席说话的音量实际传送到给对方的音量大小
339
342
  volumn.innerText = value
340
343
  },