mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
reuse exisng mute buttons (fixes most playwright issues)
This commit is contained in:
@@ -180,7 +180,6 @@ export const CallFooter: FC<FooterProps> = ({ ref, children, vm }) => {
|
||||
iconsAndLabels="video"
|
||||
enabled={videoEnabled ?? false}
|
||||
onMuteClick={toggleVideo}
|
||||
data-testid="incall_videomute"
|
||||
options={videoOptions}
|
||||
toggles={videoToggles}
|
||||
selectedOption={selectedVideo}
|
||||
|
||||
Reference in New Issue
Block a user