I have a local server (XAMPP). I have tried to put line on my apache config but that don’t perform… I don’t know how to do it because I’m not familiar with the zoom api.
You cannot interact with Zoom API from the Zoom Web SDK (Js) because Zoom API does not support CORS.
Your only solution is to have a backend application (in Java for example) in between which interact with Zoom API, and you activate CORS support on your backend.