Client keypresses

Does anyone know if it is possible to save / view the timestamps of each client keypress on the server. I would like to see how a user typed their turn (including all edits), and have access to the timestamps of those edits - is this possible?

Thanks!

That’s nothing that is being done by the RC web client or their react native app by default.

You’d have to modify their clients and distribute them to your target audience. Also you’d have to modify the server to store this extra data.