You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
How to maintain the same conversation Id between two users for chat application using "AWS Appsync"
Ex:- If "user A" sends a message to "user B" for the first time a conversation Id will create, if "user B" pings back to "user A", that should happen in the same conversation Id.
My question is how would "user B" will know the conversation Id of "User A". And also how to maintain multiple conversation Id for "user A" (If more users C, D, E get logged in)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to maintain the same conversation Id between two users for chat application using "AWS Appsync"
Ex:- If "user A" sends a message to "user B" for the first time a conversation Id will create, if "user B" pings back to "user A", that should happen in the same conversation Id.
My question is how would "user B" will know the conversation Id of "User A". And also how to maintain multiple conversation Id for "user A" (If more users C, D, E get logged in)
The text was updated successfully, but these errors were encountered: