Forum Discussion

ragup83's avatar
ragup83
Copper Contributor
Aug 21, 2020

Unable to make audio call from Android Native App

Hi ,

We are using MsGraph SDK for android, from my Android application. I tried to authenticate using interactive login by passing scope parameters as below
 
Case 1: Delegate Permissions as Scope parameters to signin
{ "User.Read", "Calendars.Read" } - Authenticates Successfully and able to get the access token.
 
Case 2: Delegate and Application permissions as Scope parameters to signin
{ "User.Read", "Calendars.Read", "Calls.JoinGroupCallAsGuest" } - Authenticatiom fails with following error message.
com.microsoft.identity.client.exception.MsalServiceException: invalid_client;AADSTS650053: The application 'myTeamCommunication' asked for scope 'Calls.JoinGroupCallAsGuest' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.
 
Note: I have grant consent to all the Delegate and Application permission from the Azure Active Directory/Api Permissions section.
 
I need to be able to join the calls/meeting from my android application. Is it possible to access these permission? Kindly guide me if there is any other approach for the same.

Resources