@videosdk.live/server-sdk
    Preparing search index...

    Class HlsResource

    HLS API — vsdk.hls.

    start(roomId, opts) begins HLS and returns an EgressHandle; get(roomId) fetches the room's currently-active stream (with playback URLs); stop(roomId) ends it.

    Index
    • Delete a finished HLS recording.

      Parameters

      • id: string

      Returns Promise<string>

    • Fetch the room's currently-active HLS stream (with playback URLs). Throws (404) if none is active.

      Parameters

      • roomId: string

      Returns Promise<HlsStream>