👔 Disable the video by default
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user