docs: update drm token generator links (#4263)

This commit is contained in:
Kamil Moskała
2024-10-29 10:31:50 +01:00
committed by GitHub
parent 5b3add4e7a
commit 6080e96e82
6 changed files with 253 additions and 21 deletions

View File

@@ -37,7 +37,7 @@ const DRMExample = () => {
// ------------- DMR Token -------------
// This token is used to authenticate the user and get the license
// To run example please go to https://someweb.com (TODO: Insert here real website cc Kamil) and complete the form to receive the token
// To run example please go to https://www.thewidlarzgroup.com/services/free-drm-token-generator-for-video?utm_source=drm&utm_medium=code and complete the form to receive the token
// After you receive the token, please paste it here
const [token, setToken] = React.useState('<USER_TOKEN>');