We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【当前现象】 开发中调用 new TrtcElectronEducation() 时报错 TypeError: trtc.NodeRTCCloud is not a constructor
【集成包】 "trtc-electron-education": "^1.2.0"
【机型】 Mac OS 11.3.1
The text was updated successfully, but these errors were encountered:
您好,关于您的问题,您的问题第三方的nodejs api, 需要这样引用: const TRTCCloud=window.require('trtc-electron-sdk') 技术问题 欢迎交流 q2562367495 注明来意
Sorry, something went wrong.
我用的是Demo中提到的trtc-electron-education组件,没有直接引用trtc-electron-sdk
使用这种方式引用也会报错: const TrtcElectronEducation = window.require('trtc-electron-education')
您好,具体问题,欢迎交流方便交互 q2562367495 注明来意
No branches or pull requests
【当前现象】
开发中调用 new TrtcElectronEducation() 时报错 TypeError: trtc.NodeRTCCloud is not a constructor
【集成包】
"trtc-electron-education": "^1.2.0"
【机型】
Mac OS 11.3.1
The text was updated successfully, but these errors were encountered: