plivo-php
plivo-php copied to clipboard
Plivo PHP Helper Library
We have an issue where we sending calls to the BrowserSDK. To do this successfully, we need to first check the status of the agent using the RestClient Endpoint method...
Added TooManyRequestsException to handle 429 response status code
[![Plivo SDK in Laravel][1]][1] I am integrating Plivo in Laravel to create a "click to call" function on my web app page. I want to provide features such as call,...
I received a 503 response from `$plivo->verifySessions` when using `$plivo->lookup` before `$plivo->verifySessions`. After debugging everything within my logic, I pulled in a colleague, and he discovered the issue. ``` $plivo...