Skip to content

Commit 50aaddc

Browse files
committed
trying my luck
1 parent 905f5d8 commit 50aaddc

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/app/collaboration/components

1 file changed

+1
-1
lines changed

frontend/src/app/collaboration/components/video.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const VideoCall = ({ provider }: VideoCallProps) => {
250250
return () => {
251251
provider.awareness.off("change", awarenessListener);
252252
};
253-
}, [provider, handleSignalingMessage, startCall, startPC]);
253+
}, [provider]);
254254

255255
const processIceCandidatesQueue = async () => {
256256
while (iceCandidatesQueue.current.length > 0) {

0 commit comments

Comments
 (0)