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.
3.0.0
is compatible with 3.0.914
version of CometChatProCometChatProCalls
into your Package Repository as below:3.0.0
, 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 parameters
appId
it is mandatory parameter.region
It is mandatory parameter.host
It is optional parameter.