Many problems while starting a meeting

Description
I’m using Laravel and trying to integrate zoom API&SDK with my project

  1. I’ve 1 error & 2 warnings as shown at the below screenshot no.1
  2. some control icons are stacked
  3. when trying to end the meeting i get an error:
    Failed to launch ‘localhost:8000/endMeeting’ because the scheme does not have a registered handler.

Which version?
v2

Screenshots

  • Browser:[Chrome]

Hey @osomaher1,

Thanks for reaching out. Happy to help out however I can.

  1. I’ve 1 error & 2 warnings as shown at the below screenshot no.1

Regarding the CERT error, I would recommend double checking your site’s cert. You might find this article helpful:

Some control icons are stacked

Have you adjusted any of the CSS? This could be overriding the default CSS.

  1. when trying to end the meeting i get an error:
    Failed to launch ‘localhost:8000/endMeeting’ because the scheme does not have a registered handler.

This sounds like it’s likely related to your Laravel code. I would recommend checking your code and utilizing something like stack overflow to double check your scheme/registered handlers.

Thanks,
Will

1 Like

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