fix(recording) fix incorrect condition for recording notification message (#11167)
This commit is contained in:
parent
8456a63a23
commit
b8e12e581f
|
@ -231,8 +231,7 @@ class StartRecordingDialogContent extends Component<Props> {
|
||||||
t
|
t
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
if (isVpaas
|
if (!(isVpaas && selectedRecordingService === RECORDING_TYPES.JITSI_REC_SERVICE)) {
|
||||||
|| selectedRecordingService !== RECORDING_TYPES.JITSI_REC_SERVICE) {
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue