veniseactivation / webrtc-sdk
WebRTC SDK for Laravel
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- pusher/pusher-php-server: ^7.2
README
Veniseactivation WebRTC SDK
This package provides a WebRTC SDK for Veniseactivation. It allows you to integrate WebRTC functionality into your applications seamlessly.
Installation
To install the Veniseactivation WebRTC SDK, follow these steps:
-
Install the package using Composer by running the following command:
composer require veniseactivation/webrtc-sdk
-
Create a Pusher account and obtain the necessary credentials.
-
Add the Pusher credentials to your environment file (
env
), replacing the placeholders with your actual credentials:PUSHER_APP_ID="your_pusher_app_id" PUSHER_APP_KEY="your_pusher_app_key" PUSHER_APP_SECRET="your_pusher_app_secret" PUSHER_APP_CLUSTER="your_pusher_app_cluster" PUSHER_APP_ENCRYPTED="your_pusher_app_encrypted" VITE_PUSHER_APP_KEY="your_pusher_app_key" VITE_PUSHER_APP_CLUSTER="your_pusher_app_cluster"
-
Publish the package assets by running the following command:
php artisan vendor:publish --provider="Veniseactivation\WebRTCSDK\WebRTCSDKServiceProvider" --tag=public --force
That's it! You have successfully installed the Veniseactivation WebRTC SDK, added the Pusher credentials to your environment file, and published the necessary assets.
For more information on how to use the SDK and integrate WebRTC functionality into your applications, please refer to the documentation provided with the package.