I am trying to make a call in one of the channels in MS Teams via Postman.
I followed all the steps mentioned in the below article. I have also given all the required permission.
Create Call to Teams using GRAPH API - BETA
I am able to successfully retrieve other beta APIs but with /beta/app/calls I am getting the Application is not registered in our store error.
Initially, I got Unsupported AAD Identity error but, that I solved as per the steps mentioned in the below reference.
Solve Unsupported AAD Identity Error
Note: I tried to make the call from SPFx web part but over there also I am getting the same error.
My main goal is to make a call to channel of the team and all the members should get the notification for the same. (Same as meet now button's functionality in teams app)
Any help will be appreciated. Thanks in advance.