mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-08-26 08:07:48 +00:00
feat(replace-participant): Replace participant with same jwt in the conf
- update lib-jitsi-meet to version with support for replacing participant
This commit is contained in:
committed by
Horatiu Muresan
parent
60188794b5
commit
342dd4ceca
@@ -113,7 +113,7 @@ MiddlewareRegistry.register(store => next => action => {
|
||||
id: getLocalParticipant(store.getState()).id,
|
||||
local: true
|
||||
},
|
||||
{ id: action.participant.getId() }
|
||||
{ id: action.participant ? action.participant.getId() : undefined }
|
||||
);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user