• HlsApi - factory interface

    Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns {
        getHlsContent(roomId, filename, range?, hLSMsn?, hLSPart?, hLSSkip?, options?): AxiosPromise<string>;
    }

    • getHlsContent:function
      • 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: any

          Override http request option.

        Returns AxiosPromise<string>

        Summary

        Retrieve HLS Content

        Throws

    Export