npm.io
5.8.35 • Published 1 month ago

nertc-web-sdk

Licence
Version
5.8.35
Deps
1
Size
19.2 MB
Vulns
0
Weekly
0

NERTC Web SDK

安装

    npm install --save nertc-web-sdk

使用

    import NERTC from "nertc-web-sdk"

注意事项

  • SDK版本号如出现后缀,通常是声明文件或示例代码的调整,请放心升级
  • 以vue为例,打包时如遇到问题可参考以下解决方案:
    • 不要使用 lint 工具检查SDK:vue-cli-service build --skip-plugins @vue/cli-plugin-eslint
    • 不要使用 babel 工具转码SDK(在babel.config.js中添加属性):ignore: ["**/NERTC.js"], exclude: /NERTC/'

其他链接

Keywords