mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-10-30 08:17:36 +08:00
For rtc web demo add vconsole to look log on mobile phone (#3694)
add vconsole for mobile phone debug
This commit is contained in:
parent
fb49515baa
commit
8815776b81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user