not bad video will be off anyway since it's only in the specific thing later on
This commit is contained in:
@@ -58,7 +58,7 @@ export function StreamProvider({ children }: { children: React.ReactChild }) {
|
||||
|
||||
useEffect(() => {
|
||||
navigator.mediaDevices
|
||||
.getUserMedia({ video: true, audio: true })
|
||||
.getUserMedia({ video: false, audio: true })
|
||||
.then((localMediaStream: MediaStream) => {
|
||||
setUserLocalStream(localMediaStream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user