Using FilterStringForBroadcast with new Chat update

Hello Developers

In my game Command Authority, I have a feature that allows users playing as press to speak into a microphone that broadcasts a message to a few radios in game. This works by filtering the chat message for broadcast and firing a remote to all clients containing the filtered message, which then makes a chat bubble on the radio objects on each client.

I was wondering if this would be a policy violation with the new age separation update. If this is at all a concern, we would love to figure out a work around or a supported method for achieving this functionality. Thank you for your help!

filtering is no longer enough, you have to use CanChatAsync or something like that, and then send the message to the client