@@ -29,7 +29,7 @@ MiddlewareRegistry.register(store => next => action => {
store.dispatch(setTileViewDimensions());
break;
case PARTICIPANT_JOINED: {
- updateRemoteParticipants(store);
+ updateRemoteParticipants(store, action.participant?.id);
}