After Update sdk 5.14.10.14272 JWT token

Hello,

i have update android meeting sdk app > 5.14.5.13410 to 5.14.10.14272

and initParams.jwtToken = SDK_JWTTOKEN; done.

{
“appKey”: “------------”,
“iat”: 1696689834,
“exp”: 1696776234,
“tokenExp”: 1696776234
}

and generate token with JWT.io after app working fine. but confused i use tokenExp 48 hours.

i mean token expire after 1 days ? after 48 hours sdk not work and generate token again ? and again…how this possible :frowning:

How to generate JWT token for android meeting sdk, Please anyone guide me.

@JAFRI ,

This is the correct behaviour. You are supposed to generate the JWT token for one-time use, and regenerate another one when you need it again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.