From d1b1587ff76882640f11584bcae923b2cb3f1b19 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 6 Mar 2023 14:06:14 +0100 Subject: fix(a11y): Fix missing aria-labels for buttons in call view Signed-off-by: Joas Schilling --- src/components/CallView/shared/LocalMediaControls.vue | 1 + src/components/CallView/shared/VideoBottomBar.vue | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'src/components/CallView') diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue index 1068444e1..d587cf130 100644 --- a/src/components/CallView/shared/LocalMediaControls.vue +++ b/src/components/CallView/shared/LocalMediaControls.vue @@ -32,6 +32,7 @@