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
Jun 25, 2022ChenguangHe -
Organization IT admins can enable transcription for everyone by including it in the global policy or selective people by having different policies for different users.
ChenguangHe
Jun 27, 2022Brass Contributor
This problem has been solved. Thanks
By the way I want to ask another issue about scope. I want to get access token with scope OnlineMeetings.ReadWrite.All and API permission has been granted from admin
But I still receive this error: AADSTS65005: The application asked for scope OnlineMeetings.ReadWrite.All that doesn't exist on the resource. I had got admin consent and why do I still meet this error?
- Prasad_Das-MSFTJul 03, 2022
Microsoft
ChenguangHe - 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.
- ChenguangHeJul 08, 2022Brass ContributorPrasad_Das-MSFT the problem has been solved. Thanks for you answer.