Updates button states on non moderator participants before showing the toolbar.
This commit is contained in:
parent
7d0cd00a50
commit
885210452c
|
@ -233,6 +233,10 @@ UI.initConference = function () {
|
||||||
// Add myself to the contact list.
|
// Add myself to the contact list.
|
||||||
ContactList.addContact(id);
|
ContactList.addContact(id);
|
||||||
|
|
||||||
|
//update default button states before showing the toolbar
|
||||||
|
//if local role changes buttons state will be again updated
|
||||||
|
UI.updateLocalRole(false);
|
||||||
|
|
||||||
// Once we've joined the muc show the toolbar
|
// Once we've joined the muc show the toolbar
|
||||||
ToolbarToggler.showToolbar();
|
ToolbarToggler.showToolbar();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue