You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, hangup, mute, and unmute on this page. I also want a feature that allows users to talk directly through the web. So, when the user clicks the "Call" button, the user can immediately speak to someone through the browser.
I have created codes like the following, but I get an error message: "Failed to load Plivo SDK: Plivo SDK failed to load".
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, hangup, mute, and unmute on this page. I also want a feature that allows users to talk directly through the web. So, when the user clicks the "Call" button, the user can immediately speak to someone through the browser.
I have created codes like the following, but I get an error message: "Failed to load Plivo SDK: Plivo SDK failed to load".
show.blade.php
PlivoController.php
web.php
What is the correct way to integrate Plivo in Laravel?
The text was updated successfully, but these errors were encountered: