What problem does it solve?
This Skill solves the challenge of integrating CometChat Voice & Video Calling across different app frameworks while correctly handling the distinct calling surface (call triggers, call logs, and mobile VoIP push requirements).
Core Features & Use Cases
- Multi-framework calls integration entry point: Detects the target framework family and routes to the correct per-family calls skill.
- Ringing vs session workflows: Selects the right Calls SDK workflow for either incoming-call ringing UX or meeting-room/session UX.
- Production-grade safety guardrails: Enforces dual-SDK contract and standalone-mode VoIP push wiring so calls actually ring and behave correctly in the background.
- Use cases: Supports common calling patterns like 1:1 contact calls, meeting rooms, and broadcast-style experiences through references layered on top of the per-family scaffolding.
Quick Start
Use the cometchat-calls skill when you want to integrate voice/video calling, and tell it whether you need Session (meeting-room/join link) or Ringing (recipient device rings) behavior.