// #ifdef H5
import TIM from 'tim-js-sdk'
import COS from "cos-js-sdk-v5";
const newOptions = {
SDKAppID: “1400423279”
};
let tim = TIM.create(newOptions);
tim.setLogLevel(0)
// #endif
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: window10
HBuilderX类型: 正式
HBuilderX版本号: 3.1.16
浏览器平台: Chrome
浏览器版本: 版本 90.0.4430.212(正式版本) (64 位)
项目创建方式: HBuilderX
// #ifdef H5
import TIM from 'tim-js-sdk'
import COS from "cos-js-sdk-v5";
const newOptions = {
SDKAppID: “1400423279”
};
let tim = TIM.create(newOptions);
tim.setLogLevel(0)
// #endif
import TIM from 'tim-js-sdk'
import COS from "cos-js-sdk-v5";
const newOptions = {
SDKAppID: “1400423279”
};
let tim = TIM.create(newOptions);
tim.setLogLevel(0)
可以 create 成功
this._socket.onClose is not a function
在h5 模式下调用 TIM 的create 报错,报错如图片 appId = ‘1400423279’