From bdcd006a7ee9fd4637c7ad467df7dabee1853101 Mon Sep 17 00:00:00 2001 From: xiaoQQya Date: Mon, 13 Mar 2023 17:42:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(jessibuca):=20=E4=BF=AE=E5=A4=8D=20jessibuc?= =?UTF-8?q?a=20=E7=BB=84=E4=BB=B6=E6=88=AA=E5=9B=BE=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/common/jessibuca.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web_src/src/components/common/jessibuca.vue b/web_src/src/components/common/jessibuca.vue index 4049721c..a681729a 100644 --- a/web_src/src/components/common/jessibuca.vue +++ b/web_src/src/components/common/jessibuca.vue @@ -12,7 +12,7 @@ {{ kBps }} kb/s - @@ -243,6 +243,11 @@ export default { this.err = ""; this.performance = ""; }, + screenshot: function () { + if (jessibucaPlayer[this._uid]) { + jessibucaPlayer[this._uid].screenshot(); + } + }, mute: function () { if (jessibucaPlayer[this._uid]) { jessibucaPlayer[this._uid].mute();