|
@@ -298,9 +298,9 @@ UI.initConference = function () {
|
298
|
298
|
// Add myself to the contact list.
|
299
|
299
|
ContactList.addContact(id, true);
|
300
|
300
|
|
301
|
|
- //update default button states before showing the toolbar
|
302
|
|
- //if local role changes buttons state will be again updated
|
303
|
|
- UI.updateLocalRole(false);
|
|
301
|
+ // Update default button states before showing the toolbar
|
|
302
|
+ // if local role changes buttons state will be again updated.
|
|
303
|
+ UI.updateLocalRole(APP.conference.isModerator);
|
304
|
304
|
|
305
|
305
|
UI.showToolbar();
|
306
|
306
|
|