Hi @kanata.koyama ,
What version of the client are you on? Though not the exact same issue, this developer had encountered issues on the web app that was resolved with updating the native client:
Yes @gianni.zoom , I am able to reproduce this issue with mediaCapturePermission API with zoom’s web sample app https://github.com/zoom/meetingsdk-web-sample as well when I try to use Zak token of a meeting attendee which was authenticated on my meeting SDK app.
The zoom web sample app is currently using latest version(2.16.0) of zoom meeting SDK for web, but still I get the same error as reported by @bharat.bhadresha in his original post.
Code Snippet
ZoomMtg.join({
meetingNum…
HI @gianni.zoom ,
We were able to get this working on zoom web sample app after updating the zoom native client yesterday without any code changes.
This means that the SDK reference documentation and the SDK code were inconsistent. Please take this as a feedback for the concerned team to improve developer community. experience.
Thanks for your help.