• HlsApi - axios parameter creator

    Parameters

    Returns {
        getHlsContent: ((roomId, filename, range?, hLSMsn?, hLSPart?, hLSSkip?, options?) => Promise<RequestArgs>);
    }

    • getHlsContent: ((roomId, filename, range?, hLSMsn?, hLSPart?, hLSSkip?, options?) => Promise<RequestArgs>)

      Summary

      Retrieve HLS Content

      Throws

        • (roomId, filename, range?, hLSMsn?, hLSPart?, hLSSkip?, options?): Promise<RequestArgs>
        • Parameters

          • roomId: string

            Room id

          • filename: string

            Name of the file

          • Optional range: string

            Byte range of partial segment

          • Optional hLSMsn: null | number

            Segment sequence number

          • Optional hLSPart: null | number

            Partial segment sequence number

          • Optional hLSSkip: null | string

            Is delta manifest requested

          • Optional options: RawAxiosRequestConfig = {}

            Override http request option.

          Returns Promise<RequestArgs>

    Export