mieszko4 / react-native-zoom-us

MIT License
122 stars 115 forks source link

getting error on Zoomus.initialize(). Error: [Error: Error= 1 (invalidArguments), internalErrorCode=0]. #337

Open ahmedraza42 opened 3 months ago

ahmedraza42 commented 3 months ago

generating jwt token with jwt.io with valid fields cc @mieszko4

hmadJutt commented 3 months ago

same issue

hmadJutt commented 3 months ago

@mieszko4 please help us fix the issue I'm getting it on android aswell since upgrading to 6.20.0.

hmadJutt commented 3 months ago

generating jwt token with jwt.io with valid fields cc @mieszko4

Have you find the fix yet? and what fields have you used in jwt?

ahmedraza42 commented 3 months ago

@hmadJutt plz reffer the doc im using sdk key iat toekexp. ->should be greater than iat

encode with sdk secret

im not geting jwt error but zoom sdk not initialize meeting sdk UI although im getting notification on trey that zoom meeting in progress

hmadJutt commented 3 months ago

@hmadJutt plz reffer the doc im using sdk key iat toekexp. ->should be greater than iat

encode with sdk secret

im not geting jwt error but zoom sdk not initialize meeting sdk UI although im getting notification on trey that zoom meeting in progress

So you're not getting "Error: [Error: Error= 1 (invalidArguments), internalErrorCode=0]." this error now ? I'm using jwt and getting this error and couldn't find any solution yet.

princetoad1995 commented 3 months ago

I have the same issue. any updates? Have you find the fix yet? @hmadJutt @ahmedraza42

ahmedraza42 commented 2 months ago

@hmadJutt @princetoad1995

your date payload should be without quotation mark eg

"iat": 1708413064, "tokenExp": 1708499464, "exp": 1708499464

ahmedraza42 commented 2 months ago

use jwt.io for validate token