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();