Install
What is included
- Typed RPC actions
- Realtime event helpers
- SIP/WebRTC helpers
Public authentication model
Backend API access with secret key
UsecreateClient from your backend only.
Browser realtime with ephemeral session_token
Mint a short-lived token on your backend with POST /api/realtime/session, then pass it as session_token.
incoming_callcall_answeredcall_endedoperator_status_changecall_queue_entry_updatedcall_queue_entry_deletedcall_participant_joinedcall_participant_leftcall_transcript_deltacall_transcript_completedcall_ai_audit_eventcall_ai_usage
Internal dashboard auth
Cookie-based session auth is internal to the Sippet dashboard and is not a public integration method.RPC reference
For the full list of public RPC actions and all availablefields and input props, see:
/sdk-js/rpc-actions

