mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-10-30 16:27: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>
|
<head>
|
||||||
<title>ZLM RTC demo</title>
|
<title>ZLM RTC demo</title>
|
||||||
<script src="./ZLMRTCClient.js"></script>
|
<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>
|
<style>
|
||||||
video {
|
video {
|
||||||
width: 40vw;
|
width: 40vw;
|
||||||
|
Loading…
Reference in New Issue
Block a user