Move calling duration timer into redux state

This commit is contained in:
Josh Perez 2020-10-13 17:02:43 -04:00 committed by GitHub
parent 8a121f1ff7
commit 1507dea351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 24 deletions

View file

@ -21,6 +21,7 @@ import {
export type CallId = unknown;
export type CallDetailsType = {
acceptedTime?: number;
callId: CallId;
isIncoming: boolean;
isVideoCall: boolean;