fix(ios): split licenseUrl and loadedLicenseUrl (#3578)
* fix(ios): split licenseUrl and loadedLicenseUrl * fix(ios): fix drm license url used to provide the answer
This commit is contained in:
@@ -54,6 +54,7 @@ export type Drm = Readonly<{
|
||||
/* eslint-disable @typescript-eslint/no-unused-vars */
|
||||
getLicense?: (
|
||||
licenseUrl: string,
|
||||
loadedLicenseUrl: string,
|
||||
contentId: string,
|
||||
spcBase64: string,
|
||||
) => void; // ios
|
||||
|
Reference in New Issue
Block a user