Update media permissions copy

This commit is contained in:
Robert Long 2021-10-07 13:48:45 -07:00
commit 333dc81fb6

View file

@ -191,12 +191,12 @@ function RoomSetupView({
<div className={styles.preview}>
{state === GroupCallState.LocalCallFeedUninitialized && (
<p className={styles.webcamPermissions}>
Webcam permissions needed to join the call.
Webcam/microphone permissions needed to join the call.
</p>
)}
{state === GroupCallState.InitializingLocalCallFeed && (
<p className={styles.webcamPermissions}>
Accept Webcam permissions to join the call.
Accept webcam/microphone permissions to join the call.
</p>
)}
<video ref={videoRef} muted playsInline disablePictureInPicture />