Looking for clarifications on how to build a group chat app using Sinch platform -


i trying figure out how use sinch build basic group messaging app. looks pretty simple have few questions me understand platform:

1) seems platform doesn't support multiple conversations 1 user. example facebook messenger allows have many conversations different people (different chats). sinch lets send message user no conversation meta data. or possible send message meta data?

2)do manage users on sinch platform? means creating user objects , giving them id's etc or must done on platform parse?

3)how handle messaging logs? if send message that's not logged in- how save , send them push notification message sent?

thanks everyone- documentation bit dilute haven't been able find answers these questions yet :/.

  1. you can send meta data headers, create own meta data thing. fair sinch more multi recipient message groups channels.

  2. no, use delegated security

  3. we automatically deliver message when user logs on, keep messages 30 days delivery.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -