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.For capacitor v2 apps,
dependencies: {> "@cometchat-pro/ionic-calls": "2.1.2"> }For capacitor v3 apps, dependencies: { "@cometchat-pro/ionic-calls": "2.3.0" }And run npm install to install the package.- Direct Calling
- Default Calling
