mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fix passed deps
This commit is contained in:
parent
0e91b78780
commit
58abdf2a89
@ -57,7 +57,7 @@ export default function WebRtcPlayer({ camera, width, height }) {
|
||||
// so need to create transeivers manually
|
||||
pc.addTransceiver('video', {direction: 'recvonly'});
|
||||
pc.addTransceiver('audio', {direction: 'recvonly'});
|
||||
}, [camera]);
|
||||
}, [url]);
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user