Hello,
Iam doing a bot integration with Dynamics365 with ACS's Call Automation API
The bot will join the Dynamics365's calls which were received/made by D365 users to acquire data such as audio. The bot invokes Call Automation's Connect API to join the calls, then getting updated events on the call from ACS. However, the userIds which are seen in those ACS's callback events have the format "8:acs<guid>", which is totally different from user's D365's SystemUserId or Azure ObjectId
My question is how do I link the ACS's userId to a D365's user?
Thanks