Fixed joining ongoing video call by a non-admin on an announcement-only group
This commit is contained in:
parent
07ab071c3d
commit
299044f89f
2 changed files with 24 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue