|
|
@@ -225,10 +225,6 @@ UI.changeDisplayName = function (id, displayName) {
|
|
225
|
225
|
UI.initConference = function () {
|
|
226
|
226
|
let id = APP.conference.localId;
|
|
227
|
227
|
Toolbar.updateRoomUrl(window.location.href);
|
|
228
|
|
- let meHTML = APP.translation.generateTranslationHTML("me");
|
|
229
|
|
-
|
|
230
|
|
- let email = Settings.getEmail();
|
|
231
|
|
- $("#localNick").html(email || `${id} (${meHTML})`);
|
|
232
|
228
|
|
|
233
|
229
|
// Add myself to the contact list.
|
|
234
|
230
|
ContactList.addContact(id);
|
|
|
@@ -243,7 +239,7 @@ UI.initConference = function () {
|
|
243
|
239
|
}
|
|
244
|
240
|
|
|
245
|
241
|
// Make sure we configure our avatar id, before creating avatar for us
|
|
246
|
|
- UI.setUserAvatar(id, email);
|
|
|
242
|
+ UI.setUserAvatar(id, Settings.getEmail());
|
|
247
|
243
|
|
|
248
|
244
|
Toolbar.checkAutoEnableDesktopSharing();
|
|
249
|
245
|
if(!interfaceConfig.filmStripOnly) {
|