Chat Room and Messages - TapUI
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use these methods when implementing your app with TapUI to open a chat room when UI implementation type is used.
TapTalk UI Chat Room Method
Description
Creates room with user model. This method will return TapUIChatViewController
on success.
Creates room with TapTalk.io user ID. This method will return TapUIChatViewController
on success.
Creates room with client user ID. This method will return TapUIChatViewController
on success.
Creates room with room model. This method will return TapUIChatViewController
on success.
Creates room with room model. This method will return TapUIChatViewController
on success and scroll the view to the selected message.
Creates the active user's Saved Messages chat room. This method will return TapUIChatViewController
on success.