Video/Voice Conversation

iOS

Present novomind iAGENT Chat Video

This method also opens an novomind iAGENT Chat session, but with a video call option in addition to the text chatting

ICHATVideo.presentICHATVideo(parentViewController: UIViewController, nickname: String, category: String, animated: Bool = true)
  • parentViewController: parent view controller that will hold the navigation controller of the novomind iAGENT Chat Video view controller
  • nickname: nickname of the agent
  • category: category the chats will be routed in
  • animated: display the novomind iAGENT Chat Video view controller animated or not.

Android

Present novomind iAGENT Chat Video

This method also opens an novomind iAGENT Chat session, but with a video call option in addition to the text chatting

presentICHAT(final Context context, final String nickname, final String category)