X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fassets%2Fplayer%2Ftypes%2Fmanager-options.ts;h=b4d9374c3946457bc512d747b1d878809c40d278;hb=fd3c2e87051f5029cdec39d877b576a62f48e219;hp=456ef115ef9a6a712c6237e5e3ac44fe408f4c15;hpb=384ba8b77a8e4805c099f5ea12b41c2ca5776e26;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/assets/player/types/manager-options.ts b/client/src/assets/player/types/manager-options.ts index 456ef115e..b4d9374c3 100644 --- a/client/src/assets/player/types/manager-options.ts +++ b/client/src/assets/player/types/manager-options.ts @@ -21,6 +21,8 @@ export interface CustomizationOptions { stopTime: number | string controls?: boolean + controlBar?: boolean + muted?: boolean loop?: boolean subtitle?: string @@ -49,12 +51,16 @@ export interface CommonOptions extends CustomizationOptions { inactivityTimeout: number poster: string + instanceName: string + theaterButton: boolean captions: boolean videoViewUrl: string authorizationHeader?: string + metricsUrl: string + embedUrl: string embedTitle: string