Track acceptedTime during call, fix call screen duration
This commit is contained in:
parent
95b0f67a47
commit
bc67d421ab
8 changed files with 92 additions and 64 deletions
|
@ -32,14 +32,14 @@ export type PresentedSource = {
|
|||
name: string;
|
||||
};
|
||||
|
||||
type ActiveCallBaseType = {
|
||||
export type ActiveCallBaseType = {
|
||||
conversation: ConversationType;
|
||||
hasLocalAudio: boolean;
|
||||
hasLocalVideo: boolean;
|
||||
localAudioLevel: number;
|
||||
viewMode: CallViewMode;
|
||||
isSharingScreen?: boolean;
|
||||
joinedAt?: number;
|
||||
joinedAt: number | null;
|
||||
outgoingRing: boolean;
|
||||
pip: boolean;
|
||||
presentingSource?: PresentedSource;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue