我正在使用 SkypeWebSDKOnlineSample 。我已在本地托管并成功运行。
某些功能未运行
尽管如此,我已经获得了Skype for Business Online的所有授权。 当我解码令牌时,它只会在scp键中给我2个范围。
是否需要遵循先决条件的步骤? (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
如何启用加入会议选项?