Yarn upgrade

Along with some type fixes to make typescript happy again. Hopefully
they are sensible.
This commit is contained in:
David Baker
2023-02-02 12:49:54 +00:00
parent b12e52d972
commit e1abbd5291
4 changed files with 2624 additions and 2957 deletions

View File

@@ -30,5 +30,5 @@ export function PTTFeed({
}) {
const { isLocal, stream } = useCallFeed(callFeed);
const mediaRef = useMediaStream(stream, audioOutputDevice, isLocal);
return <audio ref={mediaRef} className={styles.audioFeed} playsInline />;
return <audio ref={mediaRef} className={styles.audioFeed} />;
}