@cloudflare/realtimekit
v1.2.4
Published
A real-time video and audio SDK for building custom, collaborative communication experiences.
Maintainers
Keywords
Readme
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/realtimekitUsage
A meeting object can be created using the RealtimeKitClient.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.
