File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
frontend/src/app/collaboration/components Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const VideoCall = ({ provider }: VideoCallProps) => {
42
42
urls : "turn:global.relay.metered.ca:80?transport=tcp" ,
43
43
username : "2b012e1176eda910d0c8a755" ,
44
44
credential : "6KjvgYahJZ21gdAp" ,
45
- }
45
+ } ,
46
46
] ,
47
47
} ) ;
48
48
@@ -90,7 +90,7 @@ const VideoCall = ({ provider }: VideoCallProps) => {
90
90
urls : "turn:global.relay.metered.ca:80?transport=tcp" ,
91
91
username : "2b012e1176eda910d0c8a755" ,
92
92
credential : "6KjvgYahJZ21gdAp" ,
93
- }
93
+ } ,
94
94
] ,
95
95
} ) ;
96
96
@@ -233,7 +233,9 @@ const VideoCall = ({ provider }: VideoCallProps) => {
233
233
setRemoteVideoSourceObject ( false ) ;
234
234
iceCandidatesQueue . current = [ ] ;
235
235
startPC ( ) ;
236
- if ( videoStart ) startCall ( ) ;
236
+ if ( videoStart ) {
237
+ startCall ( ) ;
238
+ }
237
239
} else {
238
240
setVideoStart ( false ) ;
239
241
}
You can’t perform that action at this time.
0 commit comments