Hello
When using Zendesk Chat SDK “Zendesk-SDK/5.0.3 iOS/17.5.1 Variant/Chat”, and feeding it a valid authenticator, we've noticed that when a chat is started while all agents are offline, the message sent by the user becomes pretty much anonymous, with no email attached to the user info in the ticket that is created.
The token that comes back from our authenticator contains the user's email, so I am 100% certain about that as confirmed by decomposing the returned JWT.
However, if agents are online, the user is marked as verified and email is attached to the ticket.
Is this a bug in the Chat SDK for iOS?
Thank you