A real-time video and audio SDK for building custom, collaborative communication experiences.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
A real-time video and audio SDK for building custom, collaborative communication experiences.
npm install @cloudflare/realtimekit
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.
@cloudflare/realtimekit
is created & maintained by Cloudflare, Inc.
The names and logos are trademarks of Cloudflare, Inc.