Use more than one jwt token of more than one SDK Key in a Andoid/IOS/electron SDK Application Lifecycle

Hello All,

Can I use more than one jwt token of more than one SDK Key in a Andoid/IOS/electron SDK Application Lifecycle?

E.g.
Authenticate with one jwt token of SDK Key and then start meeting.
After that meeting ends, Authenticate with another jwt token of SDK Key and then start meeting.

Thanks,
Dipen Sompura.

Hi @dipen.sompura,

Thanks for the post and pardon the late responsse. You could use more than one JWT token of more than one SDK key in different SDKs. However, once you have authenticated with a JWT token, you will need to de-authenticate and clean up the instance before you could do a second authentication. I’m afraid de-authentication is not supported in SDKs like Android or iOS right now.

Hope this helps. Thanks!