Showing
1 changed file
with
3 additions
and
1 deletions
@@ -195,7 +195,9 @@ | @@ -195,7 +195,9 @@ | ||
195 | const handleVideoOut = () => { | 195 | const handleVideoOut = () => { |
196 | if (unref(cameraList).length) { | 196 | if (unref(cameraList).length) { |
197 | unref(cameraList).forEach((item) => { | 197 | unref(cameraList).forEach((item) => { |
198 | - outVideo(item.id); | 198 | + if (item.accessMode === 1) { |
199 | + outVideo(item.id); | ||
200 | + } | ||
199 | }); | 201 | }); |
200 | } | 202 | } |
201 | }; | 203 | }; |