Update media permissions copy
This commit is contained in:
parent
8bf1a0799b
commit
333dc81fb6
1 changed files with 2 additions and 2 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue