|
|
@@ -73,7 +73,7 @@ class Conference extends Component {
|
|
73
|
73
|
/**
|
|
74
|
74
|
* Inits the toolbar timeout after the component is initially rendered.
|
|
75
|
75
|
*
|
|
76
|
|
- * @inheritDoc
|
|
|
76
|
+ * @inheritdoc
|
|
77
|
77
|
* returns {void}
|
|
78
|
78
|
*/
|
|
79
|
79
|
componentDidMount() {
|
|
|
@@ -212,7 +212,7 @@ class Conference extends Component {
|
|
212
|
212
|
* Triggers the default toolbar timeout.
|
|
213
|
213
|
*
|
|
214
|
214
|
* @param {boolean} toolbarVisible - Indicates if the toolbar is currently
|
|
215
|
|
- * visible
|
|
|
215
|
+ * visible.
|
|
216
|
216
|
* @private
|
|
217
|
217
|
* @returns {void}
|
|
218
|
218
|
*/
|