for rtc web demo add vconsole to look log on mobile phone

This commit is contained in:
xiongguangjie 2024-07-05 19:44:40 +08:00
parent c15e454286
commit 5f955f51b8
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
<head>
<title>ZLM RTC demo</title>
<script src="./ZLMRTCClient.js"></script>
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
<script>
// VConsole will be exported to `window.VConsole` by default.
var vConsole = new window.VConsole();
</script>
<style>
video {
width: 40vw;