How to enable the Join Meeting Option?

这一生的挚爱 提交于 2019-12-12 00:38:38

问题


I am using SkypeWebSDKOnlineSample. I have hosted locally and running successfully.

Some of functionalities are not running

  1. Self (Error: NoResourceFound)
  2. Conference (UI appeared But Functionality not working)
  3. Join Meeting (Even UI does not appear)

Although,I have given all delegated rights for Skype for Business Online. When I am decoding the token, It will give me only 2 scopes in scp key.

Is it need to follow the prerequisites steps for it? (http://blog.thoughtstuff.co.uk/2015/04/learn-skype-web-api-day-2-server-prerequisites/)

When I am creating anonymous meeting,It will throw the error. Source code:

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

Error:

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

How to enable the Join Meeting Option?

来源:https://stackoverflow.com/questions/41303327/how-to-enable-the-join-meeting-option

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!