|
@@ -66,7 +66,7 @@ class Toolbox extends Component {
|
66
|
66
|
_audioOnly: PropTypes.bool,
|
67
|
67
|
|
68
|
68
|
/**
|
69
|
|
- * Flag showing whether the toolbox is enabled or not.
|
|
69
|
+ * The indicator which determines whether the toolbox is enabled.
|
70
|
70
|
*/
|
71
|
71
|
_enabled: PropTypes.bool,
|
72
|
72
|
|
|
@@ -465,7 +465,7 @@ function _mapStateToProps(state) {
|
465
|
465
|
_audioOnly: Boolean(conference.audioOnly),
|
466
|
466
|
|
467
|
467
|
/**
|
468
|
|
- * The indicator which determines whether the toolbox is enabled or not.
|
|
468
|
+ * The indicator which determines whether the toolbox is enabled.
|
469
|
469
|
*
|
470
|
470
|
* @private
|
471
|
471
|
* @type {boolean}
|