Disable "Call Again" if already on a call
This commit is contained in:
parent
ae3b12bea8
commit
eed3e8e316
3 changed files with 18 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2020-2021 Signal Messenger, LLC
|
||||
// Copyright 2020-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
|
@ -8,6 +8,7 @@ import * as log from '../logging/log';
|
|||
|
||||
type DirectCallNotificationType = {
|
||||
callMode: CallMode.Direct;
|
||||
activeCallConversationId?: string;
|
||||
wasIncoming: boolean;
|
||||
wasVideoCall: boolean;
|
||||
wasDeclined: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue