AndroidManifest.xml
file.
buildscript
section in ext
block make sure you have set minSdkVersion to 24.
Info.plist
file.
./ios
folder and open the Podfile
. In the Podfile update the platform version to 12.0.
ios/App
folder and run pod install
this will create an App.xcworkspace
open this and run the app.
CallAppSettings
class allows you to configure three settings:
init()
before calling any other method from CometChatCalls. We suggest you call the init()
method on app startup, preferably in the index.js
file.
APP_ID
with your CometChat AppID
and REGION
with your App Region in the above code.
Parameter | Description |
---|---|
callAppSettings | An object of the CallAppSettings class |