How to generate token in vidyo dynamically in app?
I have been using sample tokens which would expire in 24hrs, but need tokens for long duration.
How can this be done? I am using Android Studio,java.
I came across generateToken.jar file but not sure how to proceed further.
We do not suggest generating token within your app due to security reasons. However, if you still decide on going that direction, the following class should help:
You can generate a token with the following line:
Hope this helps.