diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index aa3be19bc..929cf0bfe 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -194,14 +194,17 @@ class Toolbox extends Component { const iconStyle = styles.secondaryToolbarButtonIcon; const style = styles.secondaryToolbarButton; const underlayColor = 'transparent'; - const { _audioOnly: audioOnly } = this.props; + const { + _audioOnly: audioOnly, + _videoMuted: videoMuted + } = this.props; /* eslint-disable react/jsx-curly-spacing,react/jsx-handler-names */ return (