diff --git a/src/components/views/voip/CallView.tsx b/src/components/views/voip/CallView.tsx index 5134425201..925141883d 100644 --- a/src/components/views/voip/CallView.tsx +++ b/src/components/views/voip/CallView.tsx @@ -728,7 +728,7 @@ export default class CallView extends React.Component { let myClassName; let fullScreenButton; - if (this.props.call.type === CallType.Video && !this.props.pipMode) { + if (!this.props.pipMode) { fullScreenButton =
;