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 |
Configuration for the stream input |
Returns:
Promise<StreamWebVttInputNode>
Find Examples
Search for examples using streamWebVtt in our examples repo.