Calling is a core feature of CometChat. Calling allows users to connect over voice/video calls.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-release-ios-chat-uikit-v5-1-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- CometChat Core SDK installed.
- Performed the steps mentioned in the Setup guide
v2.4+ onwards, Voice & Video Calling functionality has been moved to a separate library. Please add the following dependency to your package.json file in case you plan on using the Voice and Video Calling feature.dependencies: { “@cometchat-pro/ionic-calls”: “2.1.2” }And run npm install to install the package.
- Direct Calling
- Default Calling
