Forum Discussion
ChenguangHe
Jun 24, 2022Brass Contributor
unable to get call transcript event message
Hello, I'm working on a project to track change notification of call. I need to create subscription for change notification of eventMessage. Now I can receive callStartedEventMessageDetail, callEnded...
Prasad_Das-MSFT
Microsoft
Jul 03, 2022ChenguangHe - Glad to hear that your issue is resolved.
For AADSTS65005: The application asked for scope OnlineMeetings.ReadWrite.All that doesn't exist on the resource issue,
Go to the app registration blade in Azure AD find the corresponding app registration whose App ID is mentioned in the error. Once you find the app, go to its API Permissions section and based on the type of token you require like delegated permission (if you want to access token in user's context) and application permission (if you want the access-token in application's context) check if OnlineMeetings.ReadWrite.All permissions is listed there or not.
Also please refer this thread which is in similar line and check if it helps.
Thanks,
Prasad Das
----------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
ChenguangHe
Jul 08, 2022Brass Contributor
Prasad_Das-MSFT the problem has been solved. Thanks for you answer.