chat - Get conversation list using Sinch API & iOS SDK -


i have develop messaging app , came across sinch messaging sdk. had downloaded ios sdk , tried sinch instant messaging sample app. able send messages , messages. need know:

  1. can conversation list using sinch sdk latest message each conversation show in list?
  2. how can differentiate incoming chat messages different users. in sample see 1 chat messages screen populates messages different users. so, have property in sinch sdk differentiates conversations?
  3. is there possibility create group name, group image group chat? , how sinch api possibly maintain these group chat , single chat message?

  1. no, think of delivery mechanism messages, not mailbox.
  2. look @ senderid in messages, differentiate sending.
  3. you can implement feature sendmessagewithheaders, sinch im not channel discussion group, more suited multirecipient messages.

Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -