Will Wilkinson
Will Wilkinson
> hi @ajayhcode @wilkinson4 , is this issue resolve. I am having the same issue, and i have upgreaded the Zoom SDK as per #314 but now i am not...
> after generating the JWT token, i can initialize it using clientKey, clientSecret, jwtToken together, as followed > > `const initializeResult = await ZoomUs.initialize({ clientKey, clientSecret, jwtToken });` > >...
I'm not getting an error from `make generate` unfortunately. I ran `make test` and all of the tests passed without error.
I cloned this repo into my root directory `~`. Then I created a `treesitter.lua` file with the following config. ```lua require'nvim-treesitter.configs'.setup { ensure_installed = "maintained", -- one of "all", "maintained"...
I found [this topic](https://devforum.zoom.us/t/jetpack-media3-support/95724/5) on the zoom developer forum about it. Which is confusing to me because the Zoom team is saying > "There is nothing specified on the roadmap...
Seems like we're going to need to update the usage of `addUIBlock` per [this discussion](https://github.com/reactwg/react-native-new-architecture/discussions/148)