From 4c2f89656eda4e57ae1f438ee9640d1951d49abe Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Sat, 14 Sep 2024 16:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/cameraControlVideo/cameraControlVideo.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/components/property/cameraControlVideo/cameraControlVideo.js b/public/components/property/cameraControlVideo/cameraControlVideo.js index 474ced29b..80a675d53 100644 --- a/public/components/property/cameraControlVideo/cameraControlVideo.js +++ b/public/components/property/cameraControlVideo/cameraControlVideo.js @@ -79,6 +79,14 @@ useMSE: false, debug: false, isNotMute: false, + supportDblclickFullscreen:true, + operateBtns: { + fullscreen: true, + screenshot: true, + play: true, + audio: false, + recorder: false + }, },); _item.jessibuca = jessibuca; jessibuca.play(_json.data);