Skip to content

Commit

Permalink
feat(FEC-12862): Download Button Plugin in v7 Player that respects Ka…
Browse files Browse the repository at this point in the history
…ltura account security configurations

add isImage to player signature
  • Loading branch information
SivanA-Kaltura committed Apr 18, 2023
1 parent ef8129e commit 182dc1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ts-typed/player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare namespace KalturaPlayerTypes {
play(): void;
isLive: () => boolean;
isDvr: () => boolean;
isImage: () => boolean;
dispatchEvent(event: FakeEvent): boolean;
seekToLiveEdge(): void;
destroy(): void;
Expand Down Expand Up @@ -46,9 +47,7 @@ declare namespace KalturaPlayerTypes {
sources: KalturaPlayerTypes.Sources;
src?: string;
poster?: string;
getThumbnail: (
time: number
) => {
getThumbnail: (time: number) => {
height: number;
url: string;
width: number;
Expand Down

0 comments on commit 182dc1d

Please sign in to comment.