mirror of
https://github.com/vector-im/element-call.git
synced 2026-05-13 10:34:37 +00:00
fix video audio button (swapped) and lable in story
This commit is contained in:
@@ -143,7 +143,7 @@ export const CallFooter: FC<FooterProps> = ({
|
||||
<MediaMuteAndSwitchButton
|
||||
title={"Mic Source"}
|
||||
key="audio"
|
||||
iconsAndLabels="video"
|
||||
iconsAndLabels="audio"
|
||||
enabled={audioEnabled ?? false}
|
||||
onMuteClick={toggleAudio}
|
||||
data-testid="incall_mute"
|
||||
@@ -168,11 +168,11 @@ export const CallFooter: FC<FooterProps> = ({
|
||||
buttons.push(
|
||||
<MediaMuteAndSwitchButton
|
||||
title={"Camera Source"}
|
||||
key="audio"
|
||||
iconsAndLabels="audio"
|
||||
key="video"
|
||||
iconsAndLabels="video"
|
||||
enabled={videoEnabled ?? false}
|
||||
onMuteClick={toggleVideo}
|
||||
data-testid="incall_mute"
|
||||
data-testid="incall_videomute"
|
||||
options={videoOptions}
|
||||
selectedOption={selectedVideo}
|
||||
onSelect={selectVideoDevice}
|
||||
|
||||
@@ -107,7 +107,7 @@ export const VideoUnmute: Story = {
|
||||
],
|
||||
toggles: [
|
||||
{
|
||||
label: "background blurring",
|
||||
label: "Blur Background",
|
||||
id: "background_blurring",
|
||||
enabled: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user