Skip to content

Commit

Permalink
Merge branch 'main' into patch-3
Browse files Browse the repository at this point in the history
  • Loading branch information
enricohuang committed Jan 31, 2024
2 parents 054f1cc + d67ccea commit 36a4267
Show file tree
Hide file tree
Showing 8 changed files with 564 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}
}
7 changes: 7 additions & 0 deletions Project/src/Constants.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const URL_PARAM = {
DISPLAY_NAME: 'dn',
MEETING_LINK: 'ml',
VIDEO: 'video',
MIC: 'mic',
ON: 'on'
}
Loading

0 comments on commit 36a4267

Please sign in to comment.