We are developing a Teams app that needs to correct information of Teams meetings such as users' display name, object ID, Tenant ID, organizer's info as well as "anonymous user"'s display name. My questions are:
1, app.getContext() returns "undefined" in "displayName" though user's displayName is something. But it is getting "userPrincipalName". How do I get "displayName" as well?
2, How do I get "meetingID" to use this API?
3, How can I get anoymous user information either with Graph API or SDK?