add 'liveui' as a possible option (#38330)

This commit is contained in:
Joe Flateau 2019-09-16 17:00:50 -04:00 committed by Orta
parent 827ad4c674
commit 22bfab5a86

View File

@ -6704,6 +6704,7 @@ declare namespace videojs {
inactivityTimeout?: number;
language?: string;
languages?: { [code: string]: videojs.LanguageTranslations };
liveui?: boolean;
loop?: boolean;
muted?: boolean;
nativeControlsForTouch?: boolean;