0

我如何以访客身份加入 Webex 会议?

我正在尝试使用他们的 JS SDK https://github.com/webex/webex-js-sdk

目前,我已经使用从“访客发行者”应用程序获得的访问令牌初始化了 webex。

但我不明白如何通过 id 开会并连接到它。

const webex = Webex.init({
  credentials: {
    access_token: myAccessToken
  }
});
4

0 回答 0