Fix muting local media stream in chrome

This commit is contained in:
Robert Long
2021-08-23 11:24:59 -07:00
parent 7412fdd93e
commit e040833737
2 changed files with 18 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ function JoinRoom({
const [needsPermissions, setNeedsPermissions] = useState(false);
useEffect(() => {
manager.client
manager
.getLocalVideoStream()
.then((stream) => {
if (videoRef.current) {