Skip to content

Commit fffc62c

Browse files
Fix schema
1 parent d185102 commit fffc62c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/rum-core/src/rumEvent.types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ export interface StreamSchema {
17511751
*/
17521752
bitrate?: number
17531753
/**
1754-
* How long is the content (VOD only)
1754+
* How long is the content (VOD only) (in ms)
17551755
*/
17561756
readonly duration?: number
17571757
/**
@@ -1771,7 +1771,7 @@ export interface StreamSchema {
17711771
*/
17721772
timestamp?: number
17731773
/**
1774-
* how much did the media progress since the last context update
1774+
* how much did the media progress since the last context update (in ms)
17751775
*/
17761776
watch_time?: number
17771777
[k: string]: unknown

0 commit comments

Comments
 (0)