diff --git a/src/types/video.ts b/src/types/video.ts index 5f505118..010be36e 100644 --- a/src/types/video.ts +++ b/src/types/video.ts @@ -55,10 +55,10 @@ export type Drm = Readonly<{ base64Certificate?: boolean; // ios default: false /* eslint-disable @typescript-eslint/no-unused-vars */ getLicense?: ( + spcBase64: string, + contentId: string, licenseUrl: string, loadedLicenseUrl: string, - contentId: string, - spcBase64: string, ) => void; // ios /* eslint-enable @typescript-eslint/no-unused-vars */ }>;