webrtc页面流刷新时间改为5秒一次
This commit is contained in:
parent
0b32306bf5
commit
59c961a6df
|
|
@ -316,7 +316,7 @@
|
|||
}
|
||||
setInterval(() => {
|
||||
get_media_list();
|
||||
}, 1000);
|
||||
}, 5000);
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue