Kaynağa Gözat

Fixing remote avatars to be the same as local one.

master
damencho 9 yıl önce
ebeveyn
işleme
b875dc62dc
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      modules/UI/UI.js

+ 2
- 2
modules/UI/UI.js Dosyayı Görüntüle

@@ -174,7 +174,7 @@ UI.initConference = function () {
174 174
     }
175 175
 
176 176
     // Make sure we configure our avatar id, before creating avatar for us
177
-    UI.setUserAvatar(id, settings.email || settings.uid);
177
+    UI.setUserAvatar(id, settings.email);
178 178
 
179 179
     Toolbar.checkAutoEnableDesktopSharing();
180 180
 };
@@ -382,7 +382,7 @@ UI.addUser = function (id, displayName) {
382 382
         UIUtil.playSoundNotification('userJoined');
383 383
 
384 384
     // Configure avatar
385
-    UI.setUserAvatar(id, displayName);
385
+    UI.setUserAvatar(id);
386 386
 
387 387
     // Add Peer's container
388 388
     VideoLayout.addParticipantContainer(id);

Loading…
İptal
Kaydet