Forum Discussion
Teams application hosted media bot not calling webhook
after some modifications now I get the error "Call source identity invalid", "code": "7507" in the create call method of graph api. Below is the payload:
{
"@odata.type": "#microsoft.graph.call",
"callbackUri": "https://kkgncsql-5020.asse.devtunnels.ms/api/calls/notification",
"source": {
"identity": {
"user": {
"id": "9fe055a8-bc5767-44c7-7563f-ccd8e257fd42" // User who initiated the online meeting
}
}
},
"targets": [
{
"identity": {
"application": {
"id": "6j8opj-c8bc-4948-b116-bb127b5137ac" // BOT ID / ApplicationID
}
}
}
],
"requestedModalities": [
"audio"
],
"tenantId": "pass tenant id"
}