From ea3f899593f47c1c6fe708495af0a091a3c73d5f Mon Sep 17 00:00:00 2001 From: Kairlec <sunfokairlec@gmail.com> Date: 星期日, 23 四月 2023 17:08:53 +0800 Subject: [PATCH] fix `Notification is not defined` on Android Webview or under ios16.4 --- src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java index f9a223c..42708f7 100644 --- a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java +++ b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java @@ -233,6 +233,8 @@ */ StreamAuthorityInfo getStreamAuthorityInfo(String app, String stream); + List<StreamAuthorityInfo> getAllStreamAuthorityInfo(); + /** * 鍙戦�乺edis娑堟伅 鏌ヨ鎵�鏈夋帹娴佽澶囩殑鐘舵�� */ @@ -256,4 +258,9 @@ List<SendRtpItem> queryAllSendRTPServer(); + List<Device> getAllDevices(); + + void removeAllDevice(); + + void sendDeviceOrChannelStatus(String deviceId, String channelId, boolean online); } -- Gitblit v1.8.0