change wss server
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m17s
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m17s
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
iceServers: [{ urls: "stun:stun.l.google.com:19302" }],
|
||||
});
|
||||
|
||||
ws = new WebSocket("ws://localhost:8080/ws");
|
||||
ws = new WebSocket("wss://meet-api.quizer.space/ws");
|
||||
|
||||
ws.onmessage = async (e) => {
|
||||
const msg = JSON.parse(e.data);
|
||||
|
||||
Reference in New Issue
Block a user