We want a mobile web based webinar or conferencing system, that we can integrate inside our App, preferably via Web SDK.
Zoom as Webassembly based Web SDK, but the experience on mobile-web is not good and production ready as compared to desktop web (in fact zoom themselves don't use it for mobile web, they redirect users to app, even for the meetings which can be joined on desktop web).
Is there any good quality platform which has SDK for implementing video conferencing inside our webapps, for mobile web?
Take a look at Jitsi[0] through jits-meet, jigasi, jitsi-videobridge[1]. They also have SDKs[2].<p>- [0]: <a href="https://jitsi.org/" rel="nofollow">https://jitsi.org/</a><p>- [1]: <a href="https://github.com/jitsi" rel="nofollow">https://github.com/jitsi</a><p>- [2]: <a href="https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-mobile" rel="nofollow">https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-mo...</a>