@cloudflare/realtimekit-recording-sdk
v0.0.2
Published
A powerful SDK for building custom recording UIs for Cloudflare RealtimeKit meetings.
Keywords
Readme
Cloudflare RealtimeKit Recording SDK
A powerful SDK for building custom recording UIs for Cloudflare RealtimeKit meetings.
Overview
The Cloudflare RealtimeKit Recording SDK provides the business logic and tools needed to create custom recording interfaces for real-time communications. Built with TypeScript, it offers a flexible and type-safe way to integrate recording capabilities into your applications.
Installation
Install using npm:
npm install @cloudflare/realtimekit-recording-sdkOr using yarn:
yarn add @cloudflare/realtimekit-recording-sdkUsage
import { RecordingSDK } from '@cloudflare/realtimekit-recording-sdk';
// Initialize the recording SDK
const recording = new RecordingSDK({
// Your configuration here
});
// Start recording
await recording.start();
// Stop recording
await recording.stop();For detailed usage instructions and API documentation, visit the official documentation.
Development
Prerequisites
- Node.js (>= 16)
- npm or yarn
Setup
# Install dependencies
npm install
# Run development server
npm run dev
# Build the project
npm run build
# Run tests
npm run test
# Run linting
npm run lintContributing
Contributions are welcome! Please read our DEVELOPMENT.md guide for details on our development workflow and how to submit changes.
License
Distributed under the Apache-2.0 License. See LICENSE for more information.
Support
For questions and support, visit the Cloudflare Community or check out our documentation.
