|
|
@@ -130,8 +130,8 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
socketOnLink() { |
|
|
|
const url = "wss://mtest.metavatar.cc/webrtc"; |
|
|
|
// const url = document.location.host; |
|
|
|
// const url = "wss://mtest.metavatar.cc/webrtc"; |
|
|
|
const url = document.location.host; |
|
|
|
this.socket = new WebSocket(url); |
|
|
|
|
|
|
|
this.socket.onopen = (success) => { |
|
|
|