I am working on an IOS application(SWIFT) in which i have used tokbox sdk for adding video chat into ios app. now i want to add text chat option during video call!
Can anyone guide how to add text chat option during video call in iOS app using tokbox sdk?
You can use
signalfor chat and sending data between clients connected to an OpenTok session.Here is the reference like : https://tokbox.com/developer/guides/signaling/ios-swift/
In doc have full information. Here is the sample code.