Fix(react): Make in call buttons appear by default

This commit is contained in:
yanas 2016-12-21 18:07:32 -06:00
parent 043fd6e259
commit 4a71c2655a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class Conference extends Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { toolbarVisible: false }; this.state = { toolbarVisible: true };
/** /**
* The numerical ID of the timeout in milliseconds after which the * The numerical ID of the timeout in milliseconds after which the