mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-29 21:38:22 +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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user