Sessions

Get HLS playlist

Get HLS playlist for a session recording using app auth or an RTC token

get/v1/sessions/{id}/hls

Path parameters

idstring uuid required

Response

HLS M3U8 playlist.

string required

HLS M3U8 playlist.

Changes

Changed in 6 of the 54 revisions of this API.16

    • added the optional property linkToDocs to the response with the 404 status

      response-optional-property-added

    • added the pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ to the path request parameter id

      request-parameter-pattern-added

    • the response property context/items/params became required for the status 404

      response-property-became-required

    • api tag HLS removed

      api-tag-removed

    • api tag HLS added

      api-tag-added

    • api tag HLS removed

      api-tag-removed

    • endpoint added

      endpoint-added