Merge pull request #373 from robintown/camera

'Webcam' → 'Camera'
This commit is contained in:
Robin 2022-06-02 14:06:58 -04:00 committed by GitHub
commit 9676014120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -50,13 +50,13 @@ export function VideoPreview({
<div className={styles.preview} ref={previewRef}>
<video ref={videoRef} muted playsInline disablePictureInPicture />
{state === GroupCallState.LocalCallFeedUninitialized && (
<Body fontWeight="semiBold" className={styles.webcamPermissions}>
Webcam/microphone permissions needed to join the call.
<Body fontWeight="semiBold" className={styles.cameraPermissions}>
Camera/microphone permissions needed to join the call.
</Body>
)}
{state === GroupCallState.InitializingLocalCallFeed && (
<Body fontWeight="semiBold" className={styles.webcamPermissions}>
Accept webcam/microphone permissions to join the call.
<Body fontWeight="semiBold" className={styles.cameraPermissions}>
Accept camera/microphone permissions to join the call.
</Body>
)}
{state === GroupCallState.LocalCallFeedInitialized && (

View file

@ -29,7 +29,7 @@
background-color: var(--bgColor3);
}
.webcamPermissions {
.cameraPermissions {
position: absolute;
top: 50%;
left: 50%;

View file

@ -103,7 +103,7 @@ export const SettingsModal = (props) => {
}
>
<SelectInput
label="Webcam"
label="Camera"
selectedKey={videoInput}
onSelectionChange={setVideoInput}
>