@mega-yfue/eufy-sdk / LiveStreamStartFailure
Interface: LiveStreamStartFailure
The bounded facts a live start failure reports.
Properties
attempts
ts
attempts: number;The initial media start plus every warm-up retry issued before the deadline.
cause?
ts
optional cause?: unknown;reason
ts
reason: LiveStreamStartFailureReason;stage
ts
stage: LiveStreamStartStage;timeoutMs
ts
timeoutMs: number;The warm-up deadline the source was bounded by, in milliseconds.