Actually, for sending sms there is a dozen of peckages to do that, but what about receiving them, registering phone numbers, video and audio calls, making IVR working?
Audio and Video calls within a laravel web app?!
Hi everyone
I'm somewhat of a beginner developer (doing it mostly for fun while in school but I plan to take it further soon); I have taught myself HTML, CSS, PHP, JS, and some frameworks.
Now, I want to know how Internet calling works. Is there any way t get it done within PHP/Laravel? The same question is with two-way texting and video conferencing.
I would really appreciate some good insights into this area.
Actually, I'm curious about the native language to get audio and video over the wire. Is this simple JS?
Please forgive me if my question is stupid. I'm in the learning phase.
@Dave Wize You don’t make video and audio calls in PHP. PHP is a server-side language. Audio and video calls are made between clients. You would use JavaScript APIs like WebRTC to facilitate communication between multiple parties.
Please or to participate in this conversation.