Catch call queue call events with Teams Calling SDK
I'm using the Teams Calling SDK for javascript to get incoming call events for subscribed users. I'd like to get an incoming call event or similar when one or more users are called by a calling queue, even if they don't pick it up.
The SDK's feature list does mention being able to receive and transfer calling queue calls (last two entries under 'Advanced call routing'), so I expect this to be possible. Does anyone have experience with this?
Additionally, if this was possible, I was wondering if I could get the actual caller's phonenumber. The calling queue is technically calling the subscribed user, so I worry that I'll just get the queue number as 'caller number' instead.