Show toast even for non-presenters
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
							parent
							
								
									1b9b5fd048
								
							
						
					
					
						commit
						37335b2c79
					
				| 
						 | 
				
			
			@ -761,7 +761,7 @@ export default class CallView extends React.Component<IProps, IState> {
 | 
			
		|||
                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"));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue