Fix(react): Make in call buttons appear by default
This commit is contained in:
parent
043fd6e259
commit
4a71c2655a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue