Vivox chat text history with UGS

It seems that Vivox does not have support for chat text history (ex: allow new players to pull old chat messages)

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.

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.

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 ?