fix(filmstrip) don't display filmstrip toggle in Jibri
This commit is contained in:
parent
0b836acad9
commit
30f2fe3577
|
@ -208,7 +208,7 @@ class Filmstrip extends PureComponent <Props> {
|
|||
|
||||
let toolbar = null;
|
||||
|
||||
if (this.props._isFilmstripButtonEnabled) {
|
||||
if (!this.props._iAmRecorder && this.props._isFilmstripButtonEnabled) {
|
||||
toolbar = this._renderToggleButton();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue