trtc-calling.js 230 Bytes
import TRTCCalling from 'trtc-calling-js'

let options = {SDKAppID: parseInt(process.env.VUE_APP_API_KEY)}

const trtcCalling = new TRTCCalling(options)

// 4 无日志级别
trtcCalling.setLogLevel(4)

export default trtcCalling