Start a peer-to-peer audio call with another user. Both users must be registered and identified.
Syntax
/call <nickname>
Parameters
nickname — The user you want to call.
How It Works
Running /call
creates a P2P session and both users enter a lobby. The audio call starts automatically — your peer receives a notification and must accept the call. Your browser will ask for microphone permission the first time. Once connected, audio flows directly between your browsers without going through the server.
Rules & Limits
-
Both you and the target must be registered and identified (via
/ns identify) - Cannot call yourself
- Only one active P2P session per user pair at a time
- Requires browser microphone permission
Examples
/call Mario /call Alice
See Also
/p2p · /sendfile · Audio Calls · P2P Sessions