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

0.1.0 2024-06-15 16:11 UTC

This package is auto-updated.

Last update: 2025-03-15 18:38:52 UTC


README

Total Downloads Latest Stable Version

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:

  1. Install the package using Composer by running the following command:

    composer require veniseactivation/webrtc-sdk
  2. Create a Pusher account and obtain the necessary credentials.

  3. 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"
  4. 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.