Interface VideoLiveSettings

interface VideoLiveSettings {
    max_duration: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

max_duration: number

Max possible time for rewind

Generated using TypeDoc