add videoFetchDuration to typedef
This commit is contained in:
parent
1f3035b2f9
commit
11fdbcaee5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ type Analytics = {
|
|||
tagFollowEvent: (string, boolean, ?string) => void,
|
||||
playerLoadedEvent: (?boolean) => void,
|
||||
playerStartedEvent: (?boolean) => void,
|
||||
videoFetchDuration: (string, number) => void,
|
||||
videoStartEvent: (string, number) => void,
|
||||
videoBufferEvent: (
|
||||
StreamClaim,
|
||||
|
|
Loading…
Reference in a new issue