Skip to content

Commit

Permalink
Revert conference.js breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Dec 19, 2024
1 parent 696eedd commit 72beefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conference.js
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ export default {
APP.store.dispatch(authStatusChanged(authEnabled, authLogin)));
}

room.on(JitsiConferenceEvents.PARTICIPANT_FEATURES_CHANGED, user => {
room.on(JitsiConferenceEvents.PARTCIPANT_FEATURES_CHANGED, user => {
APP.store.dispatch(updateRemoteParticipantFeatures(user));
});
room.on(JitsiConferenceEvents.USER_JOINED, (id, user) => {
Expand Down

0 comments on commit 72beefb

Please sign in to comment.