Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohan Totting committed Jan 30, 2024
1 parent 35108f3 commit f926943
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/room/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f926943

Please sign in to comment.