diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index 3e25f07eac..0d073d11c0 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -761,7 +761,7 @@ export default class CallView extends React.Component { let text = isScreensharing ? _t("You are presenting") : _t('%(sharerName)s is presenting', { sharerName }); - if (!this.state.sidebarShown && isScreensharing) { + if (!this.state.sidebarShown) { text += " • " + (this.props.call.isLocalVideoMuted() ? _t("Your camera is turned off") : _t("Your camera is still enabled"));