Ensure left pane has correct timestamp for call
This commit is contained in:
parent
ad9dcb34f4
commit
06f71a7ef8
6 changed files with 62 additions and 29 deletions
|
@ -429,6 +429,7 @@ export class ViewSyncEvent extends ConfirmableEvent {
|
|||
export type CallEventSyncEventData = Readonly<{
|
||||
callEventDetails: CallEventDetails;
|
||||
receivedAtCounter: number;
|
||||
receivedAtMS: number;
|
||||
}>;
|
||||
|
||||
export class CallEventSyncEvent extends ConfirmableEvent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue