Using zoom web SDK did not hear the participants

I am implementing the web zoom SDK in my front end built in Angular 9, all the functionalities work correctly even the participants listen to me but I do not listen to them, I need urgent help.

I do not present any error but I leave my public git repository

The application is in the following heroku link so you can try
https://testzoommeetingfront.herokuapp.com/

I am using version 1.8.0

Hey @supercuidadores,

Can you confirm your mic is on, and you are allowing your browser to access your computers mic?

If you could share a screenshot of your Web SDK UI that will help. :slight_smile:

Thanks,
Tommy

This is the capture of my implementation

Have you been able to see a problem?

Hey @supercuidadores,

Please try serving your site over https.

Thanks,
Tommy

brother good night.

I gave them the HTTPS URL where my example is hosted (HEROKU)
https://testzoommeetingfront.herokuapp.com/

Could you help me a little more?

I really need to finish this project

This is the screenshot you asked for in the other topic

Esta prueba esta realizada con su proyecto publicado en la siguiente url

This test is done with your project published in the following url

Hey @supercuidadores,

Did you join with computer audio, and unmute yourself?

Are you seeing any errors in the browser console?

Thanks,
Tommy

This is the only console error that I present

This is the only console error that I present

Hey @supercuidadores,

Based on the CERT error you’re getting, it seems there could still be an issue with how you’re serving your site, which may be why you’re still experiencing issues—I would recommend double checking your implementation and trying to resolve the NET::ERR_CERT_COMMON_NAME_INVALID error.

In doing a quick Google search, I can see that this error is often related to how you’re securely serving your app.

Let me know if you still have issues after double checking this.

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.