Skip to content

Commit

Permalink
firefox support
Browse files Browse the repository at this point in the history
fmeringdal committed Jun 8, 2021

Verified

This commit was signed with the committer’s verified signature.
markoburcul Marko Burčul
1 parent 7206d90 commit de19d2a
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/EntryPage.tsx
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@ const EntryPage = (props: Props) => {
"microsoft edge": ">18",
},
safari: ">12",
// 'firefox': '>=60',
firefox: ">=60",
chrome: ">=74",
chromium: ">=74",
opera: ">=62",
4 changes: 2 additions & 2 deletions server/integrations/.env.template
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ AWS_SECRET_ACCESS_KEY=""
AWS_ACCESS_KEY_ID=""

# Mediasoup IP
LISTEN_IP="127.0.0.1"
ACCOUNCEMENT_IP="127.0.0.1"
LISTEN_IP="192.168.10.132"
ACCOUNCEMENT_IP="192.168.10.132"

# Default account
ACCOUNT_NAME="nettumeet"

0 comments on commit de19d2a

Please sign in to comment.