@mega-yfue/eufy-sdk / LiveStreamStartError
Class: LiveStreamStartError
Emitted by LiveStreamHandle when its bounded warm-up policy ends without a video keyframe.
Extends
Error
Constructors
Constructor
ts
new LiveStreamStartError(failure): LiveStreamStartError;Parameters
failure
Returns
LiveStreamStartError
Overrides
ts
Error.constructorProperties
attempts
ts
readonly attempts: number;reason
ts
readonly reason: LiveStreamStartFailureReason;stage
ts
readonly stage: LiveStreamStartStage;timeoutMs
ts
readonly timeoutMs: number;