Error initialize Zoom on iOS
manisha-wappnet opened this issue · 1 comments
manisha-wappnet commented
app crashes when I try to run code for sdk initialization.
if (!ZOOM_KEY || !ZOOM_APP_SECRET) return false;
// init sdk
RNZoomUsBridge.initialize(
ZOOM_KEY,
ZOOM_APP_SECRET,
).then().catch((err) => {
console.warn(err);
Alert.alert('error!', err.message)
});
ToniSantosBalbi commented
I'm getting the same error. Did you manage to solve it?