diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index b06be810db..b328575fe1 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -31,6 +31,11 @@ class Toolbox extends Component { */ _audioMuted: React.PropTypes.bool, + /** + * Flag showing whether the audio-only mode is in use. + */ + _audioOnly: React.PropTypes.bool, + /** * Flag showing whether room is locked. */ @@ -207,7 +212,9 @@ class Toolbox extends Component { style = { style } underlayColor = { underlayColor } />