Interface RuploadIgvideoSegmentInitInput

interface RuploadIgvideoSegmentInitInput {
    entityName: string;
    headers: Record<string, any>;
    ruploadParams: any;
    waterfallId?: string;
}

Hierarchy (view full)

Properties

entityName: string
headers: Record<string, any>
ruploadParams: any
waterfallId?: string