Home Solutions Features Pricing Live Dashboard Contact
Login Start Free Trial
RTC Solutions

Group Call

Ad-hoc group calling with up to 300 participants and role controls.

Group calls need role-based access control, moderator tools, and cross-platform support. Gravix Cloud provides the infrastructure plus the management tools for smooth group calling experiences.

How It Works

1

Create Group Call

Start an ad-hoc group call with configurable roles and permissions.

2

Invite Participants

Share a link or invite via API. Participants join from any device.

3

Manage Roles

Assign host, moderator, and participant roles with different permissions.

4

Secure & Record

Optional E2E encryption and cloud recording for compliance.

Key Features

300 Participants

Large group calls with adaptive speaker detection.

Role Controls

Assign host, moderator, and participant roles.

Mute All

One-click mute all for moderators.

Waiting Room

Admit participants one by one or all at once.

End-to-End Encryption

Optional E2EE for maximum privacy.

Cross-Platform

Works on web, iOS, Android, and desktop.

Get Started in Minutes

import Gravix from '@gravix/cloud-js';

const gravix = new Gravix('gvx_live_your_key');
const groupCall = await gravix.groupCalls.create({
  name: 'family-reunion',
  maxParticipants: 300,
  roles: {
    host: ['mute', 'kick', 'record'],
    moderator: ['mute', 'kick'],
    participant: ['speak', 'video'],
  },
  e2ee: true,
});
await gravix.groupCalls.join(groupCall.id, { role: 'host' });

Performance Specs

0
Max Participants
0ms
Avg. Latency
0-bit
E2E Encryption
0%
Uptime SLA

Available on the Professional Plan

Group calls with up to 300 participants and role controls are available on the Professional plan.

View Pricing

Frequently Asked Questions

We support host, moderator, and participant roles. Each role has configurable permissions.

Yes, optional E2EE with 256-bit encryption is available on Professional and above.

Yes, hosts and moderators can mute all with one click.

Yes, group calls work on web, iOS, Android, and desktop via our cross-platform SDKs.

Ready to build on Gravix Cloud?

Start with 2,000 free minutes. Ship your first call in under an hour.