Commit 7a9045b5 by 李宁

1

1 parent 016bd861
...@@ -346,7 +346,7 @@ ...@@ -346,7 +346,7 @@
<script src="js/util.js?1212"></script> <script src="js/util.js?1212"></script>
<script src="js/vue.min.js"></script> <script src="js/vue.min.js"></script>
<script src="js/vant.min.js"></script> <script src="js/vant.min.js"></script>
<script src="js/demo.js?02020"></script> <script src="js/demo.js?0202110"></script>
</body> </body>
</html> </html>
\ No newline at end of file \ No newline at end of file
...@@ -1055,6 +1055,10 @@ async function init(){ ...@@ -1055,6 +1055,10 @@ async function init(){
intervalStr = setInterval(() => { intervalStr = setInterval(() => {
getProcess() getProcess()
}, 1000); }, 1000);
setTimeout(()=>{
$('#livekit-dummy-audio-el').remove();
},1000)
} }
function handleLocalTrackPublished(publication, participant) { function handleLocalTrackPublished(publication, participant) {
console.log(`本地轨道已发布: ${publication.trackName || publication.source}`); console.log(`本地轨道已发布: ${publication.trackName || publication.source}`);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!