refactor: Migrate screen sharing media handling from direct WebRTC to Mediasoup.
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
</div>
|
||||
<p style="margin-top:20px; font-size: 0.9rem; color: var(--text-secondary);">Click anywhere to enable audio once connected</p>
|
||||
</div>
|
||||
<video id="remoteVideo" autoplay playsinline controls></video>
|
||||
<video id="remoteVideo" autoplay playsinline controls muted></video>
|
||||
</div>
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="mediasoup-client.js"></script>
|
||||
<script src="viewer.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user