diff --git a/react/features/filmstrip/middleware.native.js b/react/features/filmstrip/middleware.native.js index ed41cdb6e..f30af89a1 100644 --- a/react/features/filmstrip/middleware.native.js +++ b/react/features/filmstrip/middleware.native.js @@ -29,7 +29,7 @@ MiddlewareRegistry.register(store => next => action => { store.dispatch(setTileViewDimensions()); break; case PARTICIPANT_JOINED: { - updateRemoteParticipants(store); + updateRemoteParticipants(store, action.participant?.id); break; } }