Socket
Book a DemoInstallSign in
Socket

@cloudflare/realtimekit

Package Overview
Dependencies
Maintainers
43
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/realtimekit

A real-time video and audio SDK for building custom, collaborative communication experiences.

1.1.7
latest
npmnpm
Version published
Weekly downloads
3.3K
17.3%
Maintainers
43
Weekly downloads
 
Created
Source

Logo

RealtimeKit

A real-time video and audio SDK for building custom, collaborative communication experiences.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

A real-time video and audio SDK for building custom, collaborative communication experiences.

Built With

Installation

npm install @cloudflare/realtimekit

Usage

A meeting object can be created using the RealtimeKit.init() method.

const meeting = await RealtimeKit.init({
    authToken: "<AuthTokenHere>",
    defaults: {
        audio: false,
        video: false,
    }
});

For React you can use the hooks wrapper package @cloudflare/realtimekit-react

The meeting object is used for all interaction with Cloudflare's servers. For example, the following code snippet is used for a user to join a room.

await meeting.join();

For more examples, please refer to the Documentation.

About

@cloudflare/realtimekit is created & maintained by Cloudflare, Inc.

The names and logos are trademarks of Cloudflare, Inc.

FAQs

Package last updated on 27 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.