Skip to content

Commit

Permalink
fixed: max_participants value was not considered
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 25, 2024
1 parent e1fd569 commit 04acc9e
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 124 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"i18next": "23.15.1",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.6.1",
"livekit-client": "2.5.2",
"livekit-client": "2.5.4",
"lodash": "4.17.21",
"microsoft-cognitiveservices-speech-sdk": "1.40.0",
"mobile-detect": "1.4.5",
"nosleep.js": "0.12.0",
"plugnmeet-protocol-js": "1.0.5-rc.16",
"plugnmeet-protocol-js": "1.0.5-rc.17",
"react": "18.3.1",
"react-cool-virtual": "0.7.0",
"react-dnd": "16.0.1",
Expand All @@ -58,13 +58,13 @@
"@tensorflow/tfjs-backend-webgl": "4.21.0",
"@tensorflow/tfjs-core": "4.21.0",
"@types/emscripten": "1.39.13",
"@types/lodash": "4.17.7",
"@types/react": "18.3.7",
"@types/lodash": "4.17.9",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@types/sanitize-html": "2.13.0",
"@types/video.js": "7.3.58",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"autoprefixer": "10.4.20",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
Expand All @@ -88,11 +88,11 @@
"prettier": "3.3.3",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"sass": "1.79.1",
"sass-loader": "16.0.1",
"sass": "1.79.3",
"sass-loader": "16.0.2",
"size-limit": "11.1.5",
"style-loader": "4.0.0",
"tailwindcss": "3.4.12",
"tailwindcss": "3.4.13",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript": "5.6.2",
Expand Down
Loading

0 comments on commit 04acc9e

Please sign in to comment.