如何启用加入会议选项?

时间:2016-12-23 14:35:59

标签: skype skype-for-business skypedeveloper skype4java

我正在使用 SkypeWebSDKOnlineSample 。我已在本地托管并成功运行。

某些功能未运行

  1. Self(错误:NoResourceFound)
  2. 会议(用户界面出现,但功能无效)
  3. 加入会议(甚至不显示用户界面)
  4. enter image description here

    尽管如此,我已经获得了Skype for Business Online的所有授权。 当我解码令牌时,它只会在scp键中给我2个范围。

    enter image description here enter image description here

    是否需要遵循先决条件的步骤? (http://blog.thoughtstuff.co.uk/2015/04/learn-skype-web-api-day-2-server-prerequisites/

    当我创建匿名会议时,它会抛出错误。 源代码:

    var uri = 'sip:kunjal.bhatt@example.com;gruu;opaque-app:conf:focus:id:1WRB13D2';
    window.skypeWebApp.signInManager.signIn({
      name: 'Robin',
      meeting: uri
    });
    

    错误:

    CommandDisabled
        at Object.Exception (https://latest-swx.cdn.skype.com/v/1.72.36/js/skype-web-sdk.js:18961:31)
        at BaseModel.pm_command [as signIn] (https://latest-swx.cdn.skype.com/v/1.72.36/js/skype-web-sdk.js:20147:37)
        at <anonymous>:1:34
    

    如何启用加入会议选项?

0 个答案:

没有答案