Move calling duration timer into redux state
This commit is contained in:
parent
8a121f1ff7
commit
1507dea351
5 changed files with 19 additions and 24 deletions
|
@ -21,6 +21,7 @@ import {
|
|||
export type CallId = unknown;
|
||||
|
||||
export type CallDetailsType = {
|
||||
acceptedTime?: number;
|
||||
callId: CallId;
|
||||
isIncoming: boolean;
|
||||
isVideoCall: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue