mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

Instructions to get zoom access token? #75

Closed shahidcodes closed 3 years ago

shahidcodes commented 3 years ago

Some instruction on how to get zoom access token would help alot?

mieszko4 commented 3 years ago

:thinking: Not sure what you mena. This can be found in zoom docs. And I've written quick instructions in App.tsx already: https://github.com/mieszko4/react-native-zoom-us-test/blob/master/App.tsx#L8-L12

shahidcodes commented 3 years ago

I meant to add a link to the docs, I've been trying to find in docs how to get the zoomAccessToken , I tried oauth token also account level jwt token to create a meeting but I'm getting Unable to connect due to wrong zoomAccessToken .

shahidcodes commented 3 years ago

I found it and it works -

We have to use this api https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usertoken to get zoom access token. Further info can be found here