getLicense is not getting called for DRM content. I am using 6.0.0-rc.0. #3724
Closed
rahulnainwalttn
started this conversation in
General
Replies: 1 comment 1 reply
-
We don't have such feedback for now ... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to play DRM content in iOS but it is failing with The operation couldn’t be completed error. When I tried to debug it, found getLicense callback is not getting called.
I am using it like this -
drm: {
type: DRMType.FAIRPLAY ,
certificateUrl: 'https://*****',
getLicense: (spcString) => {
console.log('klklskl ', spcString);
},
},
Beta Was this translation helpful? Give feedback.
All reactions