Merge branch 'main' into SimonBrandner/feat/settings

This commit is contained in:
Robin Townsend
2023-05-22 12:49:57 -04:00
52 changed files with 371 additions and 253 deletions

View File

@@ -77,7 +77,13 @@ export function VideoPreview({
return (
<div className={styles.preview} ref={previewRef}>
<video ref={videoRef} muted playsInline disablePictureInPicture />
<video
ref={videoRef}
muted
playsInline
disablePictureInPicture
data-testid="preview_video"
/>
{state === GroupCallState.LocalCallFeedUninitialized && (
<Body fontWeight="semiBold" className={styles.cameraPermissions}>
{t("Camera/microphone permissions needed to join the call.")}