Is the chat history for a team stored persistently online if no one on the team is logged in, or is it lost when the last person logs off?
Thanks
Best Answer
C
Customer Support
said
over 5 years ago
Hi Steve,
If you're using the SendTeamChatMessageRequest then the team members can use the ListTeamChatRequest to retrieve the chat history. If you have any further questions just let us know.
If you're using the SendTeamChatMessageRequest then the team members can use the ListTeamChatRequest to retrieve the chat history. If you have any further questions just let us know.
Regards,
Liam
K
Kareem Seddik
said
over 5 years ago
Hi Liam,
We are evaluating gamespark. Is the TeamChat the right approach for 1 on 1 messaging chat system? What is the maximum history for messages that can be retained? Thanks!
Customer Support
said
over 5 years ago
Hi Kareen,
It depends on the context of the two players in question.
You can also use a SparkMessage in Cloud Code to have finer control over you messaging. You'll just need to supply target playerIds when using it. There is no limit to how many messages can be stored. A DismissMessageRequest can be used to essentially remove messages from the message history when returned through a ListMessageRequest. Bear in mind that a message does count as an API call so it's worth noting the Fair Usage Limits which can be found here.
Steven Martin
Is the chat history for a team stored persistently online if no one on the team is logged in, or is it lost when the last person logs off?
Thanks
Hi Steve,
If you're using the SendTeamChatMessageRequest then the team members can use the ListTeamChatRequest to retrieve the chat history. If you have any further questions just let us know.
Regards,
Liam
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstCustomer Support
Hi Steve,
If you're using the SendTeamChatMessageRequest then the team members can use the ListTeamChatRequest to retrieve the chat history. If you have any further questions just let us know.
Regards,
Liam
Kareem Seddik
Hi Liam,
We are evaluating gamespark. Is the TeamChat the right approach for 1 on 1 messaging chat system? What is the maximum history for messages that can be retained? Thanks!
Customer Support
Hi Kareen,
It depends on the context of the two players in question.
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics