Concepts
This page outlines the core concepts and key terminology used throughout RealtimeKit.
An App represents a workspace within RealtimeKit. It groups together your meetings, participants, presets, recordings, and other configuration under an isolated namespace.
Treat each App like an environment-specific container—most teams create one App for staging and another for production to avoid mixing data.
A Meeting is a re-usable virtual room that you can join anytime. Every time participants join a meeting, a new session is created.
A session is marked ENDED shortly after the last participant leaves. A meeting can have only one active session at any given time.
For more information about meetings, refer to Meetings.
A Session is the live instance of a meeting. It is created when the first participant joins a meeting and ends shortly after the last participant leaves.
Each session is independent, with its own participants, chat, and recordings. It also inherits the configurations set while creating the meeting - record on start, persist_chat, and more.
Example - A recurring “Weekly Standup” meeting will generate a new session every time participants join.
A Participant is created when you add a user to a meeting via the REST API. This API call returns a unique authToken that the client-side SDK uses to join the session and authenticate the user.
Note: Please do not re-use auth tokens for participants.
For more information about participants, refer to Participants.
A Preset is a reusable set of permissions that defines the experience and the UI’s look and feel for a participant.
Created at the App level, it can be applied to any participant across any meeting in that App.
It also defines the meeting type a user joins—video call, audio call, or webinar. Participants in the same meeting can use different presets to create flexible roles. Example: In a large ed-tech class:
- Teacher will join with a
webinar-hostpreset, allowing them to share their media and providing host controls. - Students will join with a
webinar-participantpreset, which restricts them from sharing media but allows them to use features like chat. - Teaching assistant will join with a
group-call-hostpreset, enabling them to share their media but not have full control.
It also lets you customize the UI’s look and feel, including colors and themes, so the experience matches your application's branding.
For more information about presets, refer to Presets.
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-