Slow network prevents camera/audio access ? Does the joining takes more than 5-6 min delay on this same scenario?

@tommy,
I created a standalone angular application for zoom, then embedded that in my existing angular application using iframe.

Am unable to join the meeting, cant access audio/ video on slow network. It takes more than 5-6 mins delay in joining the meeting. How zoom handles such scenario.?

Thanks,
Punnya

Hey @punya.pradeep94,

This could be an issue with using the Web SDK in an iFrame.

Please try without an iFrame and let me know if it works faster. Also what country are you located in?

Thanks,
Tommy

Hi @tommy,

If I run standalone app alone, it works fine, without any delay.
We replaced iframe with object tag, for a better performance compared to iframe. Still, Delay is there. Our requirement is, We need to display this meeting in a popup, for that only we used iframe/Object tags.

Do you have any other solution for this case ?

We are working From India.

Thanks
Punnya

Hey @punya.pradeep94,

The Web SDK is not optimized to run in an iFrame or object tag. Instead of putting the Web SDK in an iFrame, I suggest adjusting the size to your needs via CSS.

Thanks,
Tommy