@@ -55,7 +55,7 @@ io.on("connection", (socket) => {
|
||||
socket.on("createTransport", async (cb) => {
|
||||
try {
|
||||
const transport = await router.createWebRtcTransport({
|
||||
listenIps: [{ ip: "0.0.0.0", announcedIp: "127.0.0.1" }],
|
||||
listenIps: [{ ip: "0.0.0.0", announcedIp: "91.144.171.182" }],
|
||||
enableUdp: true,
|
||||
enableTcp: true,
|
||||
preferUdp: true,
|
||||
|
||||
Reference in New Issue
Block a user