react-native-zoom-us
react-native-zoom-us copied to clipboard
getting error on Zoomus.initialize(). Error: [Error: Error= 1 (invalidArguments), internalErrorCode=0].
generating jwt token with jwt.io with valid fields cc @mieszko4
same issue
@mieszko4 please help us fix the issue I'm getting it on android aswell since upgrading to 6.20.0.
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?
@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 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.
I have the same issue. any updates? Have you find the fix yet? @hmadJutt @ahmedraza42
@hmadJutt @princetoad1995
your date payload should be without quotation mark eg
"iat": 1708413064, "tokenExp": 1708499464, "exp": 1708499464
use jwt.io for validate token
If you are still having issues, you can see react-native-zoom-us-test for inspiration or official https://developers.zoom.us/docs/meeting-sdk/auth/