Trần Văn Thắng
Trần Văn Thắng
> const header = {alg:"HS256",typ:"JWT"}; const payload = { appKey: sdkKey, // Your SDK key iat: new Date().getTime(), // access token issue timestamp in seconds exp: new Date().getTime() + 1000...
@mieszko4 I'm using [email protected] and I tried to use react-native-pure-jwt for generating jwt code, but it still display this issue 
 I tried use jwtToken in version 6.20.0 but it can't work. nothing happens after calling joinMeeting function
I think maybe the root cause is my jwtToken. But I am not sure where is wrong. How do u can generate jwtToken @viettranbhtech ? By BE or by FE...
> > I think maybe the root cause is my jwtToken. But I am not sure where is wrong. How do u can generate jwtToken @viettranbhtech ? By BE or...
I have the same issue. any updates? Have you find the fix yet? @hmadJutt @ahmedraza42
I have the same issue