|
@@ -30,14 +30,15 @@ const l = async()=>{
|
|
|
|
|
|
let room = await xverse.joinRoom({
|
|
|
canvas: document.getElementById('canvas'),
|
|
|
- skinId: '10089',
|
|
|
+ skinId: '0000000001',
|
|
|
avatarId: 'KGe_Boy',
|
|
|
roomId: 'e629ef3e-022d-4e64-8654-703bb96410eb',
|
|
|
userId: nickname,
|
|
|
//wsServerUrl: 'wss://uat-eks.xverse.cn/ws',
|
|
|
- // wsServerUrl: "ws://localhost:6688/ws",
|
|
|
+ wsServerUrl: "ws://localhost:6688/ws",
|
|
|
+ //wsServerUrl: "ws://192.168.1.100:6688/ws",
|
|
|
//wsServerUrl: "wss://meta-socket.4dage.com/ws",
|
|
|
- wsServerUrl: "wss://meta-socket1.4dage.com/ws",
|
|
|
+ // wsServerUrl: "wss://meta-socket1.4dage.com/ws",
|
|
|
//appId: "10016",
|
|
|
appId: "0000000003",
|
|
|
token: " ",
|