You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* When playing a recording, the time the video started
* (used for labeling with an absolute time) formatted
* as an ISO time, e.g.: 2021-02-03T12:21:57.465715Z
*/
readonly startTime?: string
/**
* When playing a recording, the total duration of the video
* if known by the user (and not reported from backend) in
* seconds.
*/
readonly duration?: number
Are you setting these two properties correctly in the <Player /> component?
Hi, we get random crahsed of the react player
App of react in dev mode crashed with this
proobably has to do with time parsing... any way to get around that ?
The text was updated successfully, but these errors were encountered: