Timothy J. Baek 11 months ago
parent
commit
00018085ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/MessageInput/CallOverlay.svelte

+ 1 - 0
src/lib/components/chat/MessageInput/CallOverlay.svelte

@@ -372,6 +372,7 @@
 		}
 
 		cameraStream = null;
+		selectedVideoInputDeviceId = null;
 	};
 
 	const takeScreenshot = () => {