Call Disposition
This commit is contained in:
parent
9927b132b9
commit
e5638c0b20
20 changed files with 445 additions and 53 deletions
|
@ -13,7 +13,7 @@ type DirectCallNotificationType = {
|
|||
wasVideoCall: boolean;
|
||||
wasDeclined: boolean;
|
||||
acceptedTime?: number;
|
||||
endedTime: number;
|
||||
endedTime?: number;
|
||||
};
|
||||
|
||||
type GroupCallNotificationType = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue