Add contextMenu for deleting call events on right-click
This commit is contained in:
parent
7fb01f102d
commit
88fd42a46b
12 changed files with 394 additions and 269 deletions
|
@ -22,6 +22,8 @@ export type CallingNotificationType = Readonly<{
|
|||
groupCallEnded: boolean | null;
|
||||
deviceCount: number;
|
||||
maxDevices: number;
|
||||
isSelectMode: boolean;
|
||||
isTargeted: boolean;
|
||||
}>;
|
||||
|
||||
function getDirectCallNotificationText(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue