You don't have control over what gets dumped into the extrainfo column for the various events (eg, a login event captures the ip address).
What you could try to do is take the stored proc's spid and search 'backwards' through the auditing data looking for when that spid logged in, thus giving you the client id.