I am trying to implement Video SDK to my app,after adding it to web successfully…
the React Native package has some problems, i can’t join the session.
I am using your example app for the 1.2.0 package,
joinSession should return Promise<ZoomVideoSdkSession>, but it doesn’t .
let result = await zoom.joinSession(…) // result will be undefined
zoom.joinSession(…).then(r => console.log(r)) // this will be a syntax error
i have tried to add 1.3.1 package from file, i don’t know why it’s not in npmjs,
it didn’t work, just crashing , maybe missing modules.