This filter can be used for changing the email of the Inline Comment author.
Changelog
since 7.3.0 version
Parameters
$email – the email of the Inline Comment author. In the case of registered users it matches with the current user email.
Usage
add_filter("wpdiscuz_feedback_commenter_email", function ($email) { return uniqid() . "@example.com"; });