chocofamilyme / laravel-voicecall

voice calling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel VoiceCall package

Laravel voicecall package allows you to make voice calls with different providers

Installation

composer require chocofamilyme/laravel-voicecall

Publishing the configuration

php artisan vendor:publish --provider="Chocofamilyme\LaravelVoiceCall\VoicecallServiceProvider"

Examples

make voice call

VoicecallService::create()->call();

About

voice calling


Languages

Language:PHP 100.0%