App ID
, AuthKey
, Region
of your CometChat application when initializing the SDK.
i. Register on CometChat 🧑💻
macOS
Xcode
iOS 13.0 and later
Swift 5.0+
Xcode
and create a new project.
Podfile
by running the following command.
CometChatCalls
framework through CocoaPods.
CometChatCalls
by command.
4.0.0
is compatible with 4.0.0
version of CometChatSDKCometChatProCalls
into your Package Repository
as below:4.1.2
, and click Next.init()
method takes CallsAppSettings
as a parameter and user can set it by CallsAppSettingBuilder
. User should be first set the CallsAppSettings
.CallsAppSettings has 3 parametersappId
it is mandatory parameter.region
It is mandatory parameter.host
It is optional parameter.