mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix: Clear up knocking state on error.
Fixes a case where participant is not entering lobby when trying the second time after being rejected.
This commit is contained in:
@@ -60,7 +60,10 @@ ReducerRegistry.register<ILobbyState>('features/lobby', (state = DEFAULT_STATE,
|
||||
};
|
||||
}
|
||||
|
||||
return state;
|
||||
return {
|
||||
...state,
|
||||
knocking: false
|
||||
};
|
||||
}
|
||||
case CONFERENCE_JOINED:
|
||||
case CONFERENCE_LEFT:
|
||||
|
||||
Reference in New Issue
Block a user