fix: fix getLicense function's type definition (#3606)
* fix(type): fix getLicense type definition
This commit is contained in:
parent
bb9e7eb5a5
commit
89ae8438fa
@ -55,10 +55,10 @@ export type Drm = Readonly<{
|
|||||||
base64Certificate?: boolean; // ios default: false
|
base64Certificate?: boolean; // ios default: false
|
||||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||||
getLicense?: (
|
getLicense?: (
|
||||||
|
spcBase64: string,
|
||||||
|
contentId: string,
|
||||||
licenseUrl: string,
|
licenseUrl: string,
|
||||||
loadedLicenseUrl: string,
|
loadedLicenseUrl: string,
|
||||||
contentId: string,
|
|
||||||
spcBase64: string,
|
|
||||||
) => void; // ios
|
) => void; // ios
|
||||||
/* eslint-enable @typescript-eslint/no-unused-vars */
|
/* eslint-enable @typescript-eslint/no-unused-vars */
|
||||||
}>;
|
}>;
|
||||||
|
Loading…
Reference in New Issue
Block a user