1.0.1 • Published 7 months ago

@bobysp/web-sdk v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@vcloudx/web-sdk

VCloudX Web SDK for real-time communication, enabling video and audio streaming in web applications.

Installation

npm install @vcloudx/web-sdk
# or
yarn add @vcloudx/web-sdk

Usage

CommonJS

const VCloudX = require('@vcloudx/web-sdk');

// Initialize the client
const client = new VCloudX.EnxRtc();

ES Modules

import { EnxRtc } from '@vcloudx/web-sdk';

// Initialize the client
const client = new EnxRtc();

Browser

<script src="node_modules/@vcloudx/web-sdk/dist/EnxRtc.js"></script>
<script>
  // Initialize the client
  const client = new EnxRtc();
</script>

Features

  • Real-time video and audio communication
  • Screen sharing
  • Room management
  • Participant controls
  • Quality and bandwidth management
  • Cross-browser support

Documentation

For detailed API documentation and examples, please visit our documentation site.

License

MIT © VCLOUDX PTE LTD

1.0.1

7 months ago

1.0.0

7 months ago