Skip to content

Commit c825b84

Browse files
authored
Merge pull request #131 from CS3219-AY2425S1/feat/audio
Create audio service
2 parents 05177fe + a173ac7 commit c825b84

File tree

11 files changed

+5003
-3479
lines changed

11 files changed

+5003
-3479
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ services:
9696
- /app/node_modules
9797
ports:
9898
- "4444:4444"
99+
- "5555:5555"
99100
networks:
100101
- peerprep-network
101102
env_file:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ services:
8282
- /app/node_modules
8383
ports:
8484
- "4444:4444"
85+
- "5555:5555"
8586
networks:
8687
- peerprep-network
8788
env_file:

peerprep-fe/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"pre-commit": "pnpm format && git add -u"
1212
},
1313
"dependencies": {
14+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
15+
"@fortawesome/react-fontawesome": "^0.2.2",
1416
"@monaco-editor/react": "^4.6.0",
1517
"@radix-ui/react-alert-dialog": "^1.1.2",
1618
"@radix-ui/react-checkbox": "^1.1.1",
@@ -25,6 +27,7 @@
2527
"@radix-ui/react-toast": "^1.2.2",
2628
"@stomp/stompjs": "^7.0.0",
2729
"@types/js-cookie": "^3.0.6",
30+
"@types/simple-peer": "^9.11.8",
2831
"amqplib": "^0.10.4",
2932
"axios": "^1.7.7",
3033
"class-variance-authority": "^0.7.0",
@@ -38,6 +41,7 @@
3841
"react": "^18",
3942
"react-dom": "^18",
4043
"react-nice-avatar": "^1.5.0",
44+
"simple-peer": "^9.11.1",
4145
"socket.io-client": "^4.8.1",
4246
"tailwind-merge": "^2.5.2",
4347
"tailwindcss-animate": "^1.0.7",

0 commit comments

Comments
 (0)