diff --git a/react/features/base/participants/components/ParticipantView.native.js b/react/features/base/participants/components/ParticipantView.native.js index 21908aa5d..3b0062b4a 100644 --- a/react/features/base/participants/components/ParticipantView.native.js +++ b/react/features/base/participants/components/ParticipantView.native.js @@ -232,9 +232,7 @@ class ParticipantView extends Component { // If the connection has problems, we will "tint" the video / avatar. const useTint - = connectionStatus === JitsiParticipantConnectionStatus.INACTIVE - || connectionStatus - === JitsiParticipantConnectionStatus.INTERRUPTED; + = connectionStatus !== JitsiParticipantConnectionStatus.ACTIVE; const testHintId = this.props.testHintId