👔 Disable the video by default

This commit is contained in:
2025-10-19 19:23:17 +08:00
parent 98e39cce6a
commit 844efcda1a

View File

@@ -65,7 +65,7 @@ class WebRTCManager {
try {
_localStream = await navigator.mediaDevices.getUserMedia({
'audio': true,
'video': true,
'video': false,
});
talker.info('[WebRTC] Local stream initialized');
} catch (e) {