webrtc页面流刷新时间改为5秒一次

This commit is contained in:
xia-chu 2023-07-02 12:44:07 +08:00
parent 0b32306bf5
commit 59c961a6df

View File

@ -316,7 +316,7 @@
} }
setInterval(() => { setInterval(() => {
get_media_list(); get_media_list();
}, 1000); }, 5000);
</script> </script>