VoiceComms
High-fidelity WebRTC voice communication layer with P2P mesh networking and encryption.
Advanced Build
Interactive Preview
Initialising Operative...
Architecture
Component Architecture
VoiceComms/
Prop Usage
| Prop | Type | Default | Description |
|---|---|---|---|
roomIdrequired | string | — | Unique room identifier for the WebRTC session. |
userIdrequired | string | — | Current user ID. |
className | string | — | Additional classes. |
Usage
import { VoiceComms } from '@/ui/features/VoiceComms';
<VoiceComms
roomId="hackathon-room-1"
userId={user.id}
/>