Token is the user metadata which is signed with the DeveloperKey and base64 encoded. The metadata must contain the username, expiration date (and an optional vCard).
- Python sample generator: https://static.vidyo.io/4.1.7.2/utils/generateToken.py
python3 generateToken.py --key=rUlaMASgt1Byi4Kp3sKYDeQzo --appID=ApplicationID --userName=user1 --vCardFile=vcard-example.xml --expiresInSecs=10000
- Java sample generator: https://static.vidyo.io/4.1.7.2/utils/generateToken.jar
find sample here : https://github.com/Vidyo/generateToken-javajava -jar generateToken.jar --key=rUlaMASgt1Byi4Kp3sKYDeQzo --appID=ApplicationID --userName=user1 --vCardFile=vcard-example.xml --expiresInSecs=10000
- Node.js sample generator: https://static.vidyo.io/4.1.7.2/utils/generateToken.js
node generateToken.js --key=rUlaMASgt1Byi4Kp3sKYDeQzo --appID=ApplicationID --userName=user1 --vCardFile=vcard-example.xml --expiresInSecs=10000
- C# sample generator: https://github.com/Vidyo/generateToken-c-sharp
GenerateToken.exe --key=rUlaMASgt1Byi4Kp3sKYDeQzo --appID=ApplicationID --userName=user1 --
4 Comments
Follow