Fixed joining ongoing video call by a non-admin on an announcement-only group

This commit is contained in:
Alvaro 2022-08-26 09:02:47 -06:00 committed by GitHub
parent 07ab071c3d
commit 299044f89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 8 deletions

View file

@ -570,11 +570,6 @@ type SetOutgoingRingActionType = {
payload: boolean;
};
type ShowCallLobbyActionType = {
type: 'calling/START_CALLING_LOBBY';
payload: StartCallingLobbyPayloadType;
};
type StartDirectCallActionType = {
type: 'calling/START_DIRECT_CALL';
payload: StartDirectCallType;
@ -636,7 +631,6 @@ export type CallingActionType =
| SetLocalVideoFulfilledActionType
| SetPresentingSourcesActionType
| SetOutgoingRingActionType
| ShowCallLobbyActionType
| StartDirectCallActionType
| ToggleNeedsScreenRecordingPermissionsActionType
| ToggleParticipantsActionType