๐น Secure Meetings
Zero-install WebRTC video conferencing with screen sharing, real-time chat, recording, and virtual backgrounds. End-to-end encrypted. Share a link โ participants join instantly.
What Are Secure Meetings?
Secure Meetings provide ephemeral video conferencing rooms that auto-expire. No downloads, no accounts for participants, no monthly subscriptions. Everything runs in the browser via WebRTC. Perfect for:
- Client calls โ Share a link, client joins instantly โ no Zoom/Teams account needed
- Team standups โ Quick daily meetings with screen sharing and chat
- Interviews โ Conduct technical interviews with screen sharing and recording
- Webinars โ Host small presentations with chat and Q&A
- Pair programming โ Screen share your IDE and talk through code together
- Sensitive discussions โ End-to-end encrypted rooms that auto-delete
How It Works
- Navigate to Secure Meetings in your 25cent.cloud dashboard
- Click "Create Meeting" and configure options (recording, password, max participants)
- Share the meeting link with participants
- Participants click the link โ instant browser-based video call
- Meeting auto-expires when time runs out or host ends it โ all data purged
Pricing
1 quarter per participant-hour (25ยข/participant-hour). A 1-hour meeting with 4 people costs 4 quarters ($1.00). No monthly fees, no per-host licensing. Sessions can be extended at any time.
Features
| Feature | Description |
|---|---|
| HD Video & Audio | 720p video with adaptive bitrate. Automatic echo cancellation and noise suppression |
| Screen Sharing | Share your entire screen, a specific window, or a browser tab |
| Real-time Chat | Text chat alongside video โ share links, code snippets, and notes |
| Meeting Recording | Record the entire meeting (video + audio + screen share) for later review |
| Virtual Backgrounds | Blur your background or use a custom image โ no green screen needed |
| Password Protection | Require a password to join โ prevent uninvited attendees |
| End-to-End Encryption | All audio and video streams encrypted via SRTP/DTLS โ even we can't see your content |
| Ephemeral Rooms | Meeting rooms auto-expire โ recordings, chat logs, and metadata permanently deleted |
API Usage
POST /api/meetings
Authorization: Bearer YOUR_TOKEN
Content-Type: application/json
{
"title": "Sprint Planning",
"duration": 1,
"maxParticipants": 10,
"enableRecording": true,
"enableChat": true,
"password": "optional-password"
}
Response:
{
"meetingId": "mtg_xyz789abc",
"joinUrl": "https://25cent.cloud/meet/mtg_xyz789abc",
"hostUrl": "https://25cent.cloud/meet/mtg_xyz789abc?host=true&token=...",
"expiresAt": "2026-02-28T15:00:00Z",
"maxParticipants": 10,
"status": "waiting"
}
Pricing Examples
| Scenario | Duration | Participants | Cost |
|---|---|---|---|
| 1-on-1 check-in | 30 min | 2 | 2 quarters ($0.50) |
| Team standup | 15 min | 5 | 5 quarters ($1.25) |
| Client presentation | 1 hour | 4 | 4 quarters ($1.00) |
| Workshop | 2 hours | 10 | 20 quarters ($5.00) |
vs. Competitors
| Feature | 25cent.cloud | Zoom | Google Meet |
|---|---|---|---|
| Install Required | โ No | โ Yes (desktop app) | โ No |
| Account for Guests | โ Not needed | โ Not needed | โ Google account |
| Monthly Fee | None (25ยข/participant-hr) | $13.33+/month | $6+/month (paid) |
| E2E Encrypted | โ Always | Paid plans only | โ No |
| Auto-Expires | โ Yes | โ No | โ No |
Security
- End-to-end encryption via SRTP/DTLS โ all media streams are encrypted peer-to-peer
- Meeting rooms use unique, non-guessable tokens
- Optional password protection for additional security
- Recordings are encrypted at rest and auto-deleted on meeting expiry
- No persistent data โ chat logs, recordings, and metadata permanently purged after cleanup
- Host controls: mute participants, remove attendees, lock the room