Hi, I am using MS Graph to get presence information for users using the Get presence function https://docs.microsoft.com/en-us/graph/api/presence-get
Using this I get the current availibility and the current activity.
This is working fine except when a user is in a Teams meeting. In the Teams client the user status shows as "In a meeting" but via the API I get availibility=Busy and activity=In a call.
How can I get the correct "In a meeting" status from Graph?