File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/script/components/calling
CallingCell/CallingControls Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ export const CallingControls = ({
148148 data-uie-value = { selfSharesScreen ? 'active' : 'inactive' }
149149 data-uie-enabled = { disableScreenButton ? 'false' : 'true' }
150150 title = { t ( 'videoCallOverlayShareScreen' ) }
151+ role = "switch"
152+ aria-checked = { selfSharesScreen }
151153 disabled = { disableScreenButton }
152154 >
153155 { selfSharesScreen ? (
Original file line number Diff line number Diff line change @@ -659,6 +659,8 @@ export const VideoControls = ({
659659 data-uie-value = { selfSharesScreen ? 'active' : 'inactive' }
660660 data-uie-enabled = { canShareScreen ? 'true' : 'false' }
661661 data-uie-name = "do-toggle-screen"
662+ role = "switch"
663+ aria-checked = { selfSharesScreen }
662664 title = { t ( 'videoCallOverlayShareScreen' ) }
663665 >
664666 { selfSharesScreen ? (
You can’t perform that action at this time.
0 commit comments