Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
a97c564542
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      react/features/base/conference/functions.js

+ 0
- 2
react/features/base/conference/functions.js View File

120
     const id = user.getId();
120
     const id = user.getId();
121
 
121
 
122
     if (user.isHidden()) {
122
     if (user.isHidden()) {
123
-        clog("USER_LEFT_HIDDEN")
124
         dispatch(hiddenParticipantLeft(id));
123
         dispatch(hiddenParticipantLeft(id));
125
     } else {
124
     } else {
126
         const isReplaced = user.isReplaced && user.isReplaced();
125
         const isReplaced = user.isReplaced && user.isReplaced();
127
-        clog("USER_LEFT_VIS",{user,isReplaced})
128
 
126
 
129
         dispatch(participantLeft(id, conference, isReplaced));
127
         dispatch(participantLeft(id, conference, isReplaced));
130
     }
128
     }

Loading…
Cancel
Save