ChatApplication
An iOS application for Chat SDK testing.
Features
-
Testing
Chat
andAsync
- Demonstration of Microservice architecture.
- Calling with WebRTC.
Building And Running
Add these two swift packages in Xcode dependencies section or Package.swift
file.
.package(url: "https://pubgi.fanapsoft.ir/chat/ios/chat.git", .upToNextMinor(from: "1.2.0")),
.package(url: "https://github.com/hamed8080/Swipy", branch: "main")
Registerarion
* Phone number registeration is required for running the app.
Go to link and register then login only with your phone number.
Dependency Graph of whole application and SDKs
Documentation
For more information about how to use Chat SDK visit Documentation
Contributing to Chat
Please see the contributing guide for more information.