diff --git a/packages/room/config/config.js b/packages/room/config/config.js index e4ef85a3..d5785859 100644 --- a/packages/room/config/config.js +++ b/packages/room/config/config.js @@ -6,6 +6,11 @@ export const api = { export const webrtc = { iceServers: [ + // Disable stun server because we deploy behind stunner gateway + // https://github.com/l7mp/stunner + // { + // urls: 'stun:stun.inlive.app:3478', + // }, { urls: 'turn:turn.inlive.app:3478', username: 'inlive',