mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 19:07:47 +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
@@ -71,6 +71,7 @@ export function mapStateToProps(state: Object): $Shape<Props> {
|
||||
|
||||
return {
|
||||
_participants: knockingParticipants,
|
||||
_visible: lobbyEnabled && isLocalParticipantModerator(state) && Boolean(knockingParticipants.length)
|
||||
_visible: lobbyEnabled && isLocalParticipantModerator(state)
|
||||
&& Boolean(knockingParticipants && knockingParticipants.length)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user