diff --git a/src/index.js b/src/index.js index 4a7c49b..02f560b 100644 --- a/src/index.js +++ b/src/index.js @@ -918,7 +918,7 @@ class WebRTCChat { console.log('通话已结束,5秒后刷新页面清除缓存...'); setTimeout(() => { window.location.reload(); - }, 5000); + }, 2000); } // 清除视频缓存的方法