NorskInput.streamWebVtt() method

Stream subtitles in WebVTT format via API calls. Chunks of WebVTT cues can be sent in an ongoing timeline (as if streaming a fragmented WebVTT file)

Signature:

streamWebVtt(settings: StreamWebVttInputSettings): Promise<StreamWebVttInputNode>;

Parameters

Parameter Type Description

settings

StreamWebVttInputSettings

Configuration for the stream input

Returns:

Find Examples