|
@@ -1220,8 +1220,9 @@ export default {
|
1220
|
1220
|
APP.UI.handleLastNEndpoints(ids, enteringIds);
|
1221
|
1221
|
});
|
1222
|
1222
|
room.on(
|
1223
|
|
- ConferenceEvents.PARTICIPANT_CONN_STATUS_CHANGED, (id, isActive) => {
|
1224
|
|
- APP.UI.participantConnectionStatusChanged(id, isActive);
|
|
1223
|
+ ConferenceEvents.PARTICIPANT_CONN_STATUS_CHANGED,
|
|
1224
|
+ (id, isActive) => {
|
|
1225
|
+ APP.UI.participantConnectionStatusChanged(id, isActive);
|
1225
|
1226
|
});
|
1226
|
1227
|
room.on(ConferenceEvents.DOMINANT_SPEAKER_CHANGED, (id) => {
|
1227
|
1228
|
if (this.isLocalId(id)) {
|