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
Create Group Call
Start an ad-hoc group call with configurable roles and permissions.
Invite Participants
Share a link or invite via API. Participants join from any device.
Manage Roles
Assign host, moderator, and participant roles with different permissions.
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
Available on the Professional Plan
Group calls with up to 300 participants and role controls are available on the Professional plan.
View PricingFrequently 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.