For rtc web demo add vconsole to look log on mobile phone (#3694)

add vconsole for mobile phone debug
This commit is contained in:
xiongguangjie 2024-07-05 20:56:58 +08:00 committed by GitHub
parent fb49515baa
commit 8815776b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;