CompositionProgressEvent
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / CompositionProgressEvent
Interface: CompositionProgressEvent
Section titled “Interface: CompositionProgressEvent”Defined in: @sip-protocol/types/dist/index.d.ts:2798
Progress event during composition
Extends
Section titled “Extends”Properties
Section titled “Properties”timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2792
Inherited from
Section titled “Inherited from”compositionId
Section titled “compositionId”compositionId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2793
Inherited from
Section titled “Inherited from”CompositionEvent.compositionId
type:
"composition:progress"
Defined in: @sip-protocol/types/dist/index.d.ts:2799
Overrides
Section titled “Overrides”currentStep
Section titled “currentStep”currentStep:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2801
Current step (0-based)
totalSteps
Section titled “totalSteps”totalSteps:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2803
Total steps
operation
Section titled “operation”operation:
string
Defined in: @sip-protocol/types/dist/index.d.ts:2805
Current operation description
percentage
Section titled “percentage”percentage:
number
Defined in: @sip-protocol/types/dist/index.d.ts:2807
Progress percentage (0-100)