Code refactoring
Code refactoring
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@
|
||||
|
||||
if (ev.candidate !== null) {
|
||||
ws.send(JSON.stringify({
|
||||
type: 'webrtc/candidate', value: ev.candidate.toJSON().candidate
|
||||
type: 'webrtc/candidate', value: ev.candidate.candidate
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user