veniseactivation/webrtc-sdk
最新稳定版本:0.1.0
Composer 安装命令:
composer require veniseactivation/webrtc-sdk
包简介
WebRTC SDK for Laravel
README 文档
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.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-11