๐Ÿ“น 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:

How It Works

  1. Navigate to Secure Meetings in your 25cent.cloud dashboard
  2. Click "Create Meeting" and configure options (recording, password, max participants)
  3. Share the meeting link with participants
  4. Participants click the link โ€” instant browser-based video call
  5. 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

โ† Back to Advanced Guides