|
|
@@ -445,9 +445,11 @@ export default {
|
|
|
audioShow: true, // 判断当前是语音通话还是视频通话 true为视频 false为语音
|
|
|
microphone: true, // 是否打开麦克风
|
|
|
camera: true, // 是否打开摄像头
|
|
|
- appID: 2672645646, //项目唯一标识 AppID
|
|
|
+ // appID: 2672645646, //项目唯一标识 AppID
|
|
|
+ appID: 3215939266, //项目唯一标识 AppID
|
|
|
// server: "1e8344b2a193220e5e96338ba53c3dcc", // 接入服务器地址Server
|
|
|
- videoUrl: "wss://webliveroom2672645646-api.imzego.com/ws", // 请求
|
|
|
+ // videoUrl: "wss://webliveroom2672645646-api.imzego.com/ws", // 请求 - 测试
|
|
|
+ videoUrl: "wss://webliveroom3215939266-api.imzego.com/ws", // 请求 - 正式
|
|
|
zg: null,
|
|
|
// UserID: "sample" + Math.floor(Math.random() * 10000000000000).toString(),
|
|
|
UserID: "user00002",
|
|
|
@@ -714,6 +716,7 @@ export default {
|
|
|
msg_info: "",
|
|
|
},
|
|
|
};
|
|
|
+ // console.log('gdahjdgjasgd', data.user_id)
|
|
|
this.websock.send(JSON.stringify(obj));
|
|
|
// // 登录房间
|
|
|
// this.zg.loginRoom(
|