|
@@ -211,7 +211,7 @@ const handleJoinMeeting = () => {
|
|
|
const screenWidth = window.screen.width * window.devicePixelRatio;
|
|
|
const screenHeight = window.screen.height * window.devicePixelRatio;
|
|
|
const data = {
|
|
|
- 'userid': 'mmyj0010@mm.zw.yj', // 空表示后台获取当前用户对应融合通信dev_id
|
|
|
+ 'userid': '', // 空表示后台获取当前用户对应融合通信dev_id
|
|
|
'password': '123',
|
|
|
roomcode: '749428988', // 会议号
|
|
|
windowpos: { 'x': 0, 'y': 0, 'width': screenWidth, 'height': screenHeight, 'top': true }
|