trtc-calling.js 297 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 import TRTCCalling from 'trtc-calling-js' let options = { SDKAppID: window.genTestUserSig('').SDKAppID // 接入时需要将0替换为您的云通信应用的 SDKAppID } const trtcCalling = new TRTCCalling(options) // 4 无日志级别 trtcCalling.setLogLevel(4) export default trtcCalling