Capture a thumbnail from the live HLS.
Delete a finished HLS recording.
Fetch the room's currently-active HLS stream (with playback URLs). Throws (404) if none is active.
Fetch an HLS stream by its id (as opposed to HlsResource.get by room).
List HLS streams (paginated, async-iterable).
Start HLS for a room. Returns an EgressHandle (raw = the created HLS stream).
Stop HLS. Pass a bare roomId or the start EgressHandle.
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.