Closed ptabarestmrw closed 5 months ago
Hey @ptabarestmrw , happy to help.
Can you please share more about what the issue is? The UI Toolkit and Zoom Video SDK is supported on iPadOS.
Please share a screenshot of the issue, any browser console errors, and steps to reproduce the issue.
Hey @tommygaessler I just got this error when I was trying to connect:
UIKit:"SharedArrayBuffer disabled. 720p, Gallery View, and Virtual Background not available."
TypeError: navigator.mediaDevices is not an Object. (evaluating '"getDisplayMedia" in navigator.mediaDevices')
I am using the VueJS UI Toolkit
Ipad mini 5th Generation OS Version: 17.2
Hey @ptabarestmrw ,
No, I didn't denied the audio/video even I tried asking permissions before join the call in case was some rejected permissions but It wasn't. Steps:
@ptabarestmrw , it looks like you are not running the webpage over a secure context (https). In that case, some browsers block access to the camera, media etc.
Are you able to reproduce the issue using our demo app? https://videosdk.dev/uitoolkit-canvas-gallery/
Also, what version of the UI Toolkit are you using?
Indeed, I added the ssl and it worked. Thank you so much for the help
Doing the Twilio migration I am trying to build a PWA which it will run for web/ipads. For now I am doing a POC and its working the UI tooklit in web however in Ipads doesn't work. Any suggestion, configuration or advice to achieve the POC successful.
Thank you