tonibob
December 27, 2023, 1:36pm
1
It seems that Vivox does not have support for chat text history (ex: allow new players to pull old chat messages)
Is there a facility of having a backup of text chats in VIVOX when I join a channel for creating some features like text messenger in a game
https://support.unity.com/hc/en-us/articles/4772377555732-Vivox-Can-you-access-chat-history-in-Vivox-messages-
I’m trying to think possible ways to implement chat text history using Vivox and Unity Gaming Services, but I didn’t find any documentation.
Does anyone know with we can access Vivox API through Cloud Code ? Or have others ideias how I could implement it ?
It may be possible with the latest update of Vivox, namely 16.0.1: Changelog | Vivox | 16.0.1
I have not used it yet, so I can’t say for sure, but if you haven’t given that version a try, please do so.
tonibob
December 27, 2023, 6:23pm
3
Thanks for the reply MiTschMR, I just tested the last version, and it seems that Vivox has already a API for this feature.
await VivoxService.Instance.GetChannelTextMessageHistoryAsync(<channelName>);
I’ll test a bit further but it looks promising.
qngnht
November 17, 2024, 10:44pm
4
Anyone can tell me that how long will a Channel Text keep History of chat ? or it will automatically delete in 365 days or forever ?