I am displaying video between 2 ios devices and have to generate tokens and sessions. I think its possible to generate session id using the REST API (https://api.opentok.com/hl/session/create) . Is it also possible to generate the token id using REST api or do I have to install the SDK on my server ?
Thanks