Revert "Yarn upgrade"

This commit is contained in:
David Baker
2023-02-02 14:32:44 +00:00
committed by GitHub
parent e3b4a695d6
commit 579b91abff
4 changed files with 2970 additions and 2637 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} />;
return <audio ref={mediaRef} className={styles.audioFeed} playsInline />;
}