Skype Web控制问题中不存在Blob

时间:2018-10-04 08:01:49

标签: javascript skype web-controls skypedeveloper skype-bots

我想将Skype Web控件集成到我的网站中,但是当我单击“呼叫”按钮时,显示错误,因此我该怎么办

                            <!DOCTYPE html>
                    <html>
                    <head>

                        <title></title>
                    </head>
                    <body>
                    <div class="skype-button bubble " data-contact- 
id="kk.97"></div>
                    <script>
                    skypeWebControl.SDK.start();
                    </script>
                    <script 
 src="http://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
                    <script>
                        SkypeWebControl.SDK.Chat.startChat({
                        ConversationId: 'kk.97',
                        ConversationType: 'agent'
                    });
                    </script>
                    </body>
                    </html>



                    This XML file does not appear to have any style 
 information associated with it. The document tree is shown below.
                    <Error>
                    <Code>BlobNotFound</Code>
                    <Message>
                    The specified blob does not exist. RequestId:76878eef- 
   201e-0023-6bb7-5b8b2f000000 Time:2018-10-04T07:53:26.5434004Z
                    </Message>
                    </Error>

0 个答案:

没有答案