I am using laravel and javascript to presend live data of a call center dashboard. How can I control the realtime data with laravel endpoints and websockets, I do not want to access asterisk ari with javascript directly but first with laravel and do some calculations and process the outcome from ARI then return the outcome from laravel to javascript.
I tried to access the call laravel endpoints with javascript websockets with the specific port 8088 but it returned an error