microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

[PolicyRecordingBot]Server Internal Error. DiagCode: 3002#7106

Open
#664 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

I have completed all the steps of the sample, but did not use Azure cloud services. I ran PolicyRecordBot on Azure virtual machine through visual studio and used nginx for external channel forwarding. My nginx is configured like this

stream {
server {
listen 13016 ssl;
ssl_protocols TLSv1.1 TLSv1.2;
ssl_ciphers AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5;
ssl_certificate azure.sjdcqai.cn.pem;
ssl_certificate_key azure.sjdcqai.cn.key;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;

      proxy_pass 127.0.0.1:8445;
  }

}
server {
listen 9451 ssl;
server_name sjdcqai.cn azure.sjdcqai.cn;

    ssl_certificate azure.sjdcqai.cn.pem;
    ssl_certificate_key azure.sjdcqai.cn.key;

    location / {
       proxy_pass http://127.0.0.1:9441;
   proxy_set_header Host $host:$server_port;
       proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
       proxy_set_header X-Forwarded-Proto $scheme;
       proxy_set_header X-Forwarded-Port $server_port;
	   #proxy_http_version 1.1;
       #proxy_set_header Upgrade $http_upgrade;
       #proxy_set_header Connection "upgrade";
    }
 }
server {
    listen 9452 ssl;
    server_name sjdcqai.cn azure.sjdcqai.cn;

    ssl_certificate azure.sjdcqai.cn.pem;
    ssl_certificate_key azure.sjdcqai.cn.key;

    location / {
       proxy_pass http://127.0.0.1:9442;
   proxy_set_header Host $host:$server_port;
       proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
       proxy_set_header X-Forwarded-Proto $scheme;
       proxy_set_header X-Forwarded-Port $server_port;
	   #proxy_http_version 1.1;
       #proxy_set_header Upgrade $http_upgrade;
       #proxy_set_header Connection "upgrade";
    }
 }

but encountered errors in the logs

$>2023-08-08T14:35:15.6376140Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 15
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 0ebd8c5d-4133-4b2d-aa76-e96d50910ae3
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf,adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Connection: close
$>2023-08-08T14:35:15.6376140Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 15
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 0ebd8c5d-4133-4b2d-aa76-e96d50910ae3
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
$>2023-08-08T14:35:15.6376140Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: 0ebd8c5d-4133-4b2d-aa76-e96d50910ae3
X-Microsoft-Skype-Original-Message-ID: bde75be1-52de-446a-bab5-c741d2fbd552
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 6452
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Deleted",
"resourceUrl": "/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resource": "/app/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callbackUri": "https://azure.sjdcqai.cn:9452/api/calling",
"callChainId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"messageId": "1691505302337",
"threadId": "19:3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41@thread.tacv2"
},
"direction": "Incoming",
"incomingContext": {
"@odata.type": "#microsoft.graph.incomingContext",
"observedParticipantId": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379",
"sourceParticipantId": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379"
},
"mediaConfig": {
"@odata.type": "#microsoft.graph.appHostedMediaConfig",
"blob": "{"mpUri":"net.tcp://azure.sjdcqai.cn:13016/MediaProcessor","audioRenderContexts":["5e642a16-f415-4c15-bf1b-e0cb6f376cdc"],"videoRenderContexts":["b313b57b-a3f9-419e-a4c7-4e8e831d6a60","b509a87a-2249-4ff9-ad0c-d8185e269a36","5be36fcf-6d76-4ca0-bd4a-10bcbd3dcde6","fc844832-5afb-4038-a404-2380805cf587"],"vbssRenderContexts":["3f6fb905-fd41-4752-96cd-121e831f3071"],"audioSourceContexts":["eaa357a5-8cb5-4345-b08c-a3ccc7860cbf"],"videoSourceContexts":["6e45401c-64be-442c-bffc-2a82f18f201a"],"vbssSourceContexts":["bcb58d68-b449-40cb-a498-9f8e016f09f8"],"dataRenderContexts":null,"dataSourceContexts":null,"supportedAudioFormat":"Pcm16K","videoSinkEncodingFormats":["H264","H264","H264","H264"],"vbssSinkEncodingFormats":["H264"],"initialScreenSharingRole":"Viewer","mpMediaSessionId":"c6ef045f-790c-412e-a487-52addecfc38a","regionAffinity":null,"skypeMediaBotsVersion":"1.20.0.0348","mediaStackVersion":"2021.1.1.15","mpVersion":"7.2.1.1483","callId":"521f5a00-7040-44cb-9df1-5bf3b0a041ad"}"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wOS5jb252LnNreXBlLmNvbS9jb252LzYtMzlMWUNacmtxQUxpUC1nVWMzdmc_aT0xJmU9NjM4MjY1MTkyOTU3NzAxOTU3IiwiYWN0aXZpdHlJZCI6ImFkYjNmNzVkLWNmZGMtNGI0Zi1hMTQ1LWI0NzA4ZDZmOTliZiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vaWRlbnRpdHkvY2xhaW1zL3RlbmFudGlkIjoiY2E3YzgwMmUtMDA3Ny00M2FkLWJiYjYtMzI1ODI3OTk3OGNjIiwibmJmIjoxNjkxNTA1MzExLCJleHAiOjE2OTE1OTE3MTEsImlzcyI6Imh0dHBzOi8vYXBpLmJvdGZyYW1ld29yay5jb20iLCJhdWQiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIn0.R3I2QfGgnZCOqkjOcZFHXyvYJwRTZx6OTa5xZIaF7vlQw-_ziMaZHZB_ImsUxP0wmxHSR4tcHdGjEwFUIBggxlWSOIyAQQsG0qV__hXgZ7MqUeybrf6mZWOJJgUeTJiIlfZdfBTSowzYTdA3Lb_F2tTJYY2BPc-mlJG7-XUNn04onrr-SBqi5LoyF0v6S7OI1PKsykmT8UNJlBJOAW8Hj7OHAK1-nm7fF5fpQorAPLUeYF9ky_bYp6go4A0KHnblMdWLnmKqUcL19nUJ1kJbScAkOZkiA3Rd6O2Fm6JXXy1zQwZ2i9t28-U3tlEttbxzFIieRrURZbynAX2oBVbBqA",
"organizerInfo": {
"@odata.type": "#microsoft.graph.organizerInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"identityProvider": "AAD"
}
},
"region": "apac"
}
},
"myParticipantId": "10779ded-5d7c-4e38-ac7e-fdd52fb7124c",
"resultInfo": {
"@odata.type": "#microsoft.graph.resultInfo",
"code": 500,
"message": "Server Internal Error. DiagCode: 3002#7106.@",
"subcode": 7106
},
"source": {
"@odata.type": "#microsoft.graph.participantInfo",
"endpointType": "Default",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "26d332ef-c134-4647-8d6a-4e04eca956fb",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"region": "apac",
"id": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379"
},
"state": "Terminated",
"targets": [
{
"@odata.type": "#microsoft.graph.invitationParticipantInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"applicationInstance": {
"@odata.type": "#microsoft.graph.identity",
"id": "21d07d0e-e9cc-4978-9887-d03e722f5a32",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"endpointType": "(Generic: CIEIrsJ3)",
"id": "10779ded-5d7c-4e38-ac7e-fdd52fb7124c",
"region": "",
"languageId": ""
}
],
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"id": "521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"terminationReason": "(Generic: wX1LAr52)",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability",
"allowAnonymousUsersToDialOut": false,
"autoAdmittedUsers": "everyoneInCompany",
"allowAnonymousUsersToStartMeeting": false,
"allowTranslatedCaptions": false,
"entryExitNotificationsEnabled": true,
"allowRaiseHands": true,
"attendeeRestrictions": "UnRestricted",
"allowPstnUsersToBypassLobby": false,
"lockMeeting": false,
"attendeeViewModes": "Default",
"stagingRoomEnabled": false,
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
},
"cartEnabled": false,
"refreshCartKey": false,
"breakoutRoomsEnabled": false,
"watermarkProtection": {
"@odata.type": "#microsoft.graph.watermarkProtectionValues",
"isEnabledForContentSharing": false,
"isEnabledForVideo": false
}
},
"meetingProperties": {
"@odata.type": "#microsoft.graph.meetingProperties",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"mediaHostedRegion": "JPWE",
"recordingConsentDetails": {
"@odata.type": "#microsoft.graph.recordingConsentDetails",
"explicitRecordingConsentEnabled": false,
"consentActivelyRequired": false
},
"MeetingUrl": "https://teams.microsoft.com/l/meetup-join/19%3a3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41%40thread.tacv2/1691505302337?context=%7b%22Tid%22%3a%22ca7c802e-0077-43ad-bbb6-3258279978cc%22%2c%22Oid%22%3a%22b5eb7ada-f233-4d1e-a879-ab2d12d892f0%22%7d",
"applicationMetadata": {
"botData": {
"callId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"mediaHostedRegion": "JPWE",
"user": {
"participationMethod": "DialOut",
"policyHolderId": "8:orgid:26d332ef-c134-4647-8d6a-4e04eca956fb",
"policyHolderTenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
},
"inviteReasons": [
"ComplianceRecording"
],
"policyIdentifier": "TeamsComplianceRecordingPolicy=Tenant:sciai_test_policy",
"otherRecorders": [],
"pairedRecorders": [],
"isMultiParty": true,
"applicationType": null
}
}
}
}
]
}
$>2023-08-08T14:35:15.6346145Z Warning: NotificationDispatcher.cs:181 ProcessNotification
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
No queue or registered callbacks for
Deleted: /communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad
$>2023-08-08T14:35:15.6226123Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: 0ebd8c5d-4133-4b2d-aa76-e96d50910ae3
X-Microsoft-Skype-Original-Message-ID: bde75be1-52de-446a-bab5-c741d2fbd552
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 6452
Content-Type: application/json
$>2023-08-08T14:35:15.2602144Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 6
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 0a055329-7bc6-499c-93d1-e1ff93e4a72a
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf,adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Connection: close
$>2023-08-08T14:35:15.2602144Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 6
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 0a055329-7bc6-499c-93d1-e1ff93e4a72a
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
$>2023-08-08T14:35:15.2602144Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: 0a055329-7bc6-499c-93d1-e1ff93e4a72a
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 3298
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Deleted",
"resourceUrl": "/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resource": "/app/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callChainId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"messageId": "1691505302337",
"threadId": "19:3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41@thread.tacv2"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wOS5jb252LnNreXBlLmNvbS9jb252LzYtMzlMWUNacmtxQUxpUC1nVWMzdmc_aT0xJmU9NjM4MjY1MTkyOTU3NzAxOTU3IiwiYWN0aXZpdHlJZCI6ImFkYjNmNzVkLWNmZGMtNGI0Zi1hMTQ1LWI0NzA4ZDZmOTliZiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vaWRlbnRpdHkvY2xhaW1zL3RlbmFudGlkIjoiY2E3YzgwMmUtMDA3Ny00M2FkLWJiYjYtMzI1ODI3OTk3OGNjIiwibmJmIjoxNjkxNTA1MzExLCJleHAiOjE2OTE1OTE3MTEsImlzcyI6Imh0dHBzOi8vYXBpLmJvdGZyYW1ld29yay5jb20iLCJhdWQiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIn0.R3I2QfGgnZCOqkjOcZFHXyvYJwRTZx6OTa5xZIaF7vlQw-_ziMaZHZB_ImsUxP0wmxHSR4tcHdGjEwFUIBggxlWSOIyAQQsG0qV__hXgZ7MqUeybrf6mZWOJJgUeTJiIlfZdfBTSowzYTdA3Lb_F2tTJYY2BPc-mlJG7-XUNn04onrr-SBqi5LoyF0v6S7OI1PKsykmT8UNJlBJOAW8Hj7OHAK1-nm7fF5fpQorAPLUeYF9ky_bYp6go4A0KHnblMdWLnmKqUcL19nUJ1kJbScAkOZkiA3Rd6O2Fm6JXXy1zQwZ2i9t28-U3tlEttbxzFIieRrURZbynAX2oBVbBqA",
"organizerInfo": {
"@odata.type": "#microsoft.graph.organizerInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"identityProvider": "AAD"
}
},
"region": "apac"
}
},
"resultInfo": {
"@odata.type": "#microsoft.graph.resultInfo",
"code": 500,
"message": "Server Internal Error. DiagCode: 500#3002.@",
"subcode": 3002
},
"state": "Terminated",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability",
"allowAnonymousUsersToDialOut": false,
"autoAdmittedUsers": "everyoneInCompany",
"allowAnonymousUsersToStartMeeting": false,
"allowTranslatedCaptions": false,
"entryExitNotificationsEnabled": true,
"allowRaiseHands": true,
"attendeeRestrictions": "UnRestricted",
"allowPstnUsersToBypassLobby": false,
"lockMeeting": false,
"attendeeViewModes": "Default",
"stagingRoomEnabled": false,
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
},
"cartEnabled": false,
"refreshCartKey": false,
"breakoutRoomsEnabled": false,
"watermarkProtection": {
"@odata.type": "#microsoft.graph.watermarkProtectionValues",
"isEnabledForContentSharing": false,
"isEnabledForVideo": false
}
},
"meetingProperties": {
"@odata.type": "#microsoft.graph.meetingProperties",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"coOrganizers": [],
"recordingConsentDetails": {
"@odata.type": "#microsoft.graph.recordingConsentDetails",
"explicitRecordingConsentEnabled": false,
"consentActivelyRequired": false
}
}
}
]
}
$>2023-08-08T14:35:15.2602144Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: 0a055329-7bc6-499c-93d1-e1ff93e4a72a
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 3298
Content-Type: application/json
$>2023-08-08T14:35:14.7484744Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 95
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: d6b45096-c595-412c-9d54-7cd007d7a314
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf,adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Connection: close
$>2023-08-08T14:35:14.7479498Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 95
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: d6b45096-c595-412c-9d54-7cd007d7a314
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
$>2023-08-08T14:35:14.7479498Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: d6b45096-c595-412c-9d54-7cd007d7a314
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 3141
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Updated",
"resourceUrl": "/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resource": "/app/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callChainId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"messageId": "1691505302337",
"threadId": "19:3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41@thread.tacv2"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wOS5jb252LnNreXBlLmNvbS9jb252LzYtMzlMWUNacmtxQUxpUC1nVWMzdmc_aT0xJmU9NjM4MjY1MTkyOTU3NzAxOTU3IiwiYWN0aXZpdHlJZCI6ImFkYjNmNzVkLWNmZGMtNGI0Zi1hMTQ1LWI0NzA4ZDZmOTliZiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vaWRlbnRpdHkvY2xhaW1zL3RlbmFudGlkIjoiY2E3YzgwMmUtMDA3Ny00M2FkLWJiYjYtMzI1ODI3OTk3OGNjIiwibmJmIjoxNjkxNTA1MzExLCJleHAiOjE2OTE1OTE3MTEsImlzcyI6Imh0dHBzOi8vYXBpLmJvdGZyYW1ld29yay5jb20iLCJhdWQiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIn0.R3I2QfGgnZCOqkjOcZFHXyvYJwRTZx6OTa5xZIaF7vlQw-_ziMaZHZB_ImsUxP0wmxHSR4tcHdGjEwFUIBggxlWSOIyAQQsG0qV__hXgZ7MqUeybrf6mZWOJJgUeTJiIlfZdfBTSowzYTdA3Lb_F2tTJYY2BPc-mlJG7-XUNn04onrr-SBqi5LoyF0v6S7OI1PKsykmT8UNJlBJOAW8Hj7OHAK1-nm7fF5fpQorAPLUeYF9ky_bYp6go4A0KHnblMdWLnmKqUcL19nUJ1kJbScAkOZkiA3Rd6O2Fm6JXXy1zQwZ2i9t28-U3tlEttbxzFIieRrURZbynAX2oBVbBqA",
"organizerInfo": {
"@odata.type": "#microsoft.graph.organizerInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"identityProvider": "AAD"
}
},
"region": "apac"
}
},
"state": "Establishing",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability",
"allowAnonymousUsersToDialOut": false,
"autoAdmittedUsers": "everyoneInCompany",
"allowAnonymousUsersToStartMeeting": false,
"allowTranslatedCaptions": false,
"entryExitNotificationsEnabled": true,
"allowRaiseHands": true,
"attendeeRestrictions": "UnRestricted",
"allowPstnUsersToBypassLobby": false,
"lockMeeting": false,
"attendeeViewModes": "Default",
"stagingRoomEnabled": false,
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
},
"cartEnabled": false,
"refreshCartKey": false,
"breakoutRoomsEnabled": false,
"watermarkProtection": {
"@odata.type": "#microsoft.graph.watermarkProtectionValues",
"isEnabledForContentSharing": false,
"isEnabledForVideo": false
}
},
"meetingProperties": {
"@odata.type": "#microsoft.graph.meetingProperties",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"recordingConsentDetails": {
"@odata.type": "#microsoft.graph.recordingConsentDetails",
"explicitRecordingConsentEnabled": false,
"consentActivelyRequired": false
}
}
}
]
}
$>2023-08-08T14:35:14.6448582Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: d6b45096-c595-412c-9d54-7cd007d7a314
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 3141
Content-Type: application/json
$>2023-08-08T14:35:14.5661030Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 4
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: e649d1b1-e4a4-48de-9e95-823c3ab8d584
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf,adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Connection: close
$>2023-08-08T14:35:14.5661030Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 4
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: e649d1b1-e4a4-48de-9e95-823c3ab8d584
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
$>2023-08-08T14:35:14.5661030Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: e649d1b1-e4a4-48de-9e95-823c3ab8d584
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 2436
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Updated",
"resourceUrl": "/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resource": "/app/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callChainId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"messageId": "1691505302337",
"threadId": "19:3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41@thread.tacv2"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wOS5jb252LnNreXBlLmNvbS9jb252LzYtMzlMWUNacmtxQUxpUC1nVWMzdmc_aT0xJmU9NjM4MjY1MTkyOTU3NzAxOTU3IiwiYWN0aXZpdHlJZCI6ImFkYjNmNzVkLWNmZGMtNGI0Zi1hMTQ1LWI0NzA4ZDZmOTliZiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vaWRlbnRpdHkvY2xhaW1zL3RlbmFudGlkIjoiY2E3YzgwMmUtMDA3Ny00M2FkLWJiYjYtMzI1ODI3OTk3OGNjIiwibmJmIjoxNjkxNTA1MzExLCJleHAiOjE2OTE1OTE3MTEsImlzcyI6Imh0dHBzOi8vYXBpLmJvdGZyYW1ld29yay5jb20iLCJhdWQiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIn0.R3I2QfGgnZCOqkjOcZFHXyvYJwRTZx6OTa5xZIaF7vlQw-_ziMaZHZB_ImsUxP0wmxHSR4tcHdGjEwFUIBggxlWSOIyAQQsG0qV__hXgZ7MqUeybrf6mZWOJJgUeTJiIlfZdfBTSowzYTdA3Lb_F2tTJYY2BPc-mlJG7-XUNn04onrr-SBqi5LoyF0v6S7OI1PKsykmT8UNJlBJOAW8Hj7OHAK1-nm7fF5fpQorAPLUeYF9ky_bYp6go4A0KHnblMdWLnmKqUcL19nUJ1kJbScAkOZkiA3Rd6O2Fm6JXXy1zQwZ2i9t28-U3tlEttbxzFIieRrURZbynAX2oBVbBqA",
"organizerInfo": {
"@odata.type": "#microsoft.graph.organizerInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"identityProvider": "AAD"
}
},
"region": "apac"
}
},
"state": "Establishing",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability",
"attendeeViewModes": "Default",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"meetingProperties": {
"@odata.type": "#microsoft.graph.meetingProperties",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
}
}
}
]
}
$>2023-08-08T14:35:14.5610699Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Message-ID: e649d1b1-e4a4-48de-9e95-823c3ab8d584
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 2436
Content-Type: application/json
$>2023-08-08T14:35:14.0031934Z Info: GraphAuthClient.cs:161 SendHttpRequestAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
CallId: 521f5a00-7040-44cb-9df1-5bf3b0a041ad
TenantId: ca7c802e-0077-43ad-bbb6-3258279978cc
TransactionDirection: Outgoing
TraceType: HttpResponse
ResponseTime: 1092
request: POST https://graph.microsoft.com/v1.0/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad/microsoft.graph.answer
response: 202 Accepted
headers:
Strict-Transport-Security: max-age=31536000
request-id: 8de503e2-7ed3-4f46-8b84-6db83096be8e
client-request-id: f8a99c8e-31db-419d-b06f-d29167255730
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"Central US","Slice":"E","Ring":"2","ScaleUnit":"002","RoleInstance":"DS3PEPF00009439"}}
scenario-id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Date: Tue, 08 Aug 2023 14:35:13 GMT
Content-Length: 0
$>2023-08-08T14:35:12.9106026Z Info: GraphAuthClient.cs:108 SendHttpRequestAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
CallId: 521f5a00-7040-44cb-9df1-5bf3b0a041ad
TenantId: ca7c802e-0077-43ad-bbb6-3258279978cc
TransactionDirection: Outgoing
TraceType: HttpRequest
request: POST https://graph.microsoft.com/v1.0/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad/microsoft.graph.answer
headers:
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Client-Request-Id: f8a99c8e-31db-419d-b06f-d29167255730
User-Agent: GraphCommunicationsClient-Sample.AudioVideoPlaybackBot.FrontEnd/1.2.0.3742
Authorization: (redacted)
Content-Type: application/json; charset=utf-8
{
"$id": "1",
"callbackUri": "https://azure.sjdcqai.cn:9452/api/calling",
"mediaConfig": {
"@odata.type": "#microsoft.graph.appHostedMediaConfig",
"blob": "{"mpUri":"net.tcp://azure.sjdcqai.cn:13016/MediaProcessor","audioRenderContexts":["5e642a16-f415-4c15-bf1b-e0cb6f376cdc"],"videoRenderContexts":["b313b57b-a3f9-419e-a4c7-4e8e831d6a60","b509a87a-2249-4ff9-ad0c-d8185e269a36","5be36fcf-6d76-4ca0-bd4a-10bcbd3dcde6","fc844832-5afb-4038-a404-2380805cf587"],"vbssRenderContexts":["3f6fb905-fd41-4752-96cd-121e831f3071"],"audioSourceContexts":["eaa357a5-8cb5-4345-b08c-a3ccc7860cbf"],"videoSourceContexts":["6e45401c-64be-442c-bffc-2a82f18f201a"],"vbssSourceContexts":["bcb58d68-b449-40cb-a498-9f8e016f09f8"],"dataRenderContexts":null,"dataSourceContexts":null,"supportedAudioFormat":"Pcm16K","videoSinkEncodingFormats":["H264","H264","H264","H264"],"vbssSinkEncodingFormats":["H264"],"initialScreenSharingRole":"Viewer","mpMediaSessionId":"c6ef045f-790c-412e-a487-52addecfc38a","regionAffinity":null,"skypeMediaBotsVersion":"1.20.0.0348","mediaStackVersion":"2021.1.1.15","mpVersion":"7.2.1.1483","callId":"521f5a00-7040-44cb-9df1-5bf3b0a041ad"}"
},
"acceptedModalities": [
"Audio",
"Video",
"VideoBasedScreenSharing"
],
"participantCapacity": 0
}
$>2023-08-08T14:35:12.4429288Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 162
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: bd5e378a-cd0c-401b-8878-48220e22332e
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf,adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
Connection: close
$>2023-08-08T14:35:12.4429288Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 162
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: bd5e378a-cd0c-401b-8878-48220e22332e
Scenario-Id: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
$>2023-08-08T14:35:12.4419286Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Caller-Region: apac
X-Microsoft-Skype-Message-ID: bd5e378a-cd0c-401b-8878-48220e22332e
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 4415
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Created",
"resourceUrl": "/communications/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resource": "/app/calls/521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callbackUri": "https://azure.sjdcqai.cn:9452/api/calling",
"callChainId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"chatInfo": {
"@odata.type": "#microsoft.graph.chatInfo",
"messageId": "1691505302337",
"threadId": "19:3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41@thread.tacv2"
},
"direction": "Incoming",
"incomingContext": {
"@odata.type": "#microsoft.graph.incomingContext",
"observedParticipantId": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379",
"sourceParticipantId": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wOS5jb252LnNreXBlLmNvbS9jb252LzYtMzlMWUNacmtxQUxpUC1nVWMzdmc_aT0xJmU9NjM4MjY1MTkyOTU3NzAxOTU3IiwiYWN0aXZpdHlJZCI6ImFkYjNmNzVkLWNmZGMtNGI0Zi1hMTQ1LWI0NzA4ZDZmOTliZiIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vaWRlbnRpdHkvY2xhaW1zL3RlbmFudGlkIjoiY2E3YzgwMmUtMDA3Ny00M2FkLWJiYjYtMzI1ODI3OTk3OGNjIiwibmJmIjoxNjkxNTA1MzExLCJleHAiOjE2OTE1OTE3MTEsImlzcyI6Imh0dHBzOi8vYXBpLmJvdGZyYW1ld29yay5jb20iLCJhdWQiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIn0.R3I2QfGgnZCOqkjOcZFHXyvYJwRTZx6OTa5xZIaF7vlQw-_ziMaZHZB_ImsUxP0wmxHSR4tcHdGjEwFUIBggxlWSOIyAQQsG0qV__hXgZ7MqUeybrf6mZWOJJgUeTJiIlfZdfBTSowzYTdA3Lb_F2tTJYY2BPc-mlJG7-XUNn04onrr-SBqi5LoyF0v6S7OI1PKsykmT8UNJlBJOAW8Hj7OHAK1-nm7fF5fpQorAPLUeYF9ky_bYp6go4A0KHnblMdWLnmKqUcL19nUJ1kJbScAkOZkiA3Rd6O2Fm6JXXy1zQwZ2i9t28-U3tlEttbxzFIieRrURZbynAX2oBVbBqA",
"organizerInfo": {
"@odata.type": "#microsoft.graph.organizerInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"identityProvider": "AAD"
}
},
"region": "apac"
}
},
"myParticipantId": "10779ded-5d7c-4e38-ac7e-fdd52fb7124c",
"source": {
"@odata.type": "#microsoft.graph.participantInfo",
"endpointType": "Default",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "26d332ef-c134-4647-8d6a-4e04eca956fb",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"region": "apac",
"id": "b6c2ce03-bf8c-4682-ae5b-0c543d4ca379"
},
"state": "Incoming",
"targets": [
{
"@odata.type": "#microsoft.graph.invitationParticipantInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"applicationInstance": {
"@odata.type": "#microsoft.graph.identity",
"id": "21d07d0e-e9cc-4978-9887-d03e722f5a32",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"endpointType": "(Generic: CIEIrsJ3)",
"id": "10779ded-5d7c-4e38-ac7e-fdd52fb7124c",
"region": "",
"languageId": ""
}
],
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"id": "521f5a00-7040-44cb-9df1-5bf3b0a041ad",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability",
"attendeeViewModes": "Default",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"meetingProperties": {
"@odata.type": "#microsoft.graph.meetingProperties",
"meetingLiveState": {
"@odata.type": "#microsoft.graph.stagingRoomLiveState",
"phase": "staging",
"seqNum": 0
}
},
"mediaHostedRegion": "JPWE",
"MeetingUrl": "https://teams.microsoft.com/l/meetup-join/19%3a3hYlrSDvXy_fU72h1OTXK1eR0hxH38DmPQkgjY7IXp41%40thread.tacv2/1691505302337?context=%7b%22Tid%22%3a%22ca7c802e-0077-43ad-bbb6-3258279978cc%22%2c%22Oid%22%3a%22b5eb7ada-f233-4d1e-a879-ab2d12d892f0%22%7d",
"applicationMetadata": {
"botData": {
"callId": "adb3f75d-cfdc-4b4f-a145-b4708d6f99bf",
"mediaHostedRegion": "JPWE",
"user": {
"participationMethod": "DialOut",
"policyHolderId": "8:orgid:26d332ef-c134-4647-8d6a-4e04eca956fb",
"policyHolderTenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
},
"inviteReasons": [
"ComplianceRecording"
],
"policyIdentifier": "TeamsComplianceRecordingPolicy=Tenant:sciai_test_policy",
"otherRecorders": [],
"pairedRecorders": [],
"isMultiParty": true,
"applicationType": null
}
}
}
}
]
}
$>2023-08-08T14:35:12.2797550Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: adb3f75d-cfdc-4b4f-a145-b4708d6f99bf
X-Microsoft-Skype-Caller-Region: apac
X-Microsoft-Skype-Message-ID: bd5e378a-cd0c-401b-8878-48220e22332e
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 4415
Content-Type: application/json
$>2023-08-08T14:34:26.2108549Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 14
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 46993bee-e521-4f8d-bbfd-853f117c3f06
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68,beb0521f-aede-4603-9830-8e3a21aacc68
Connection: close
$>2023-08-08T14:34:26.2108549Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 13
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 46993bee-e521-4f8d-bbfd-853f117c3f06
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68
$>2023-08-08T14:34:26.2108549Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: beb0521f-aede-4603-9830-8e3a21aacc68
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68
X-Microsoft-Skype-Message-ID: 46993bee-e521-4f8d-bbfd-853f117c3f06
X-Microsoft-Skype-Original-Message-ID: ed527ce9-65fd-4912-ad40-389132d0c894
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 4914
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Deleted",
"resourceUrl": "/communications/calls/661f5a00-8f8c-4315-92a7-87e6da084d61",
"resource": "/app/calls/661f5a00-8f8c-4315-92a7-87e6da084d61",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callbackUri": "https://azure.sjdcqai.cn:9452/api/calling",
"callChainId": "beb0521f-aede-4603-9830-8e3a21aacc68",
"direction": "Incoming",
"incomingContext": {
"@odata.type": "#microsoft.graph.incomingContext",
"observedParticipantId": "81cb1e24-1d46-48b8-85c9-1028c26889c5",
"sourceParticipantId": "81cb1e24-1d46-48b8-85c9-1028c26889c5"
},
"mediaConfig": {
"@odata.type": "#microsoft.graph.appHostedMediaConfig",
"blob": "{"mpUri":"net.tcp://azure.sjdcqai.cn:13016/MediaProcessor","audioRenderContexts":["fa63eae3-4aa5-4d6f-95b8-1b4c3c6a4558"],"videoRenderContexts":["3437f3ca-0629-4775-8991-b4e3766fa5de","b8a2ed70-1d01-455c-bcfb-96a739574620","b0d3ad5c-d0cf-48f6-b260-2973e08d6643","1c9739d1-dc70-43e7-bfa0-762ac45561e3"],"vbssRenderContexts":["928e0843-8618-4893-8d81-ab60fd2877ce"],"audioSourceContexts":["152dab1b-abdb-4f3f-8eff-2177135f240a"],"videoSourceContexts":["32ec9403-fe2a-454c-a88e-bbfbae162fb9"],"vbssSourceContexts":["0a43f40e-dc69-41b7-827c-be27bec58e08"],"dataRenderContexts":null,"dataSourceContexts":null,"supportedAudioFormat":"Pcm16K","videoSinkEncodingFormats":["H264","H264","H264","H264"],"vbssSinkEncodingFormats":["H264"],"initialScreenSharingRole":"Viewer","mpMediaSessionId":"7848f722-b8eb-4395-b2ab-669b975b28e4","regionAffinity":null,"skypeMediaBotsVersion":"1.20.0.0348","mediaStackVersion":"2021.1.1.15","mpVersion":"7.2.1.1483","callId":"661f5a00-8f8c-4315-92a7-87e6da084d61"}"
},
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wNS5jb252LnNreXBlLmNvbS9jb252L2pvVGhtclBCUWstTHpIQUZaZElkWUE_aT0yNSZlPTYzODI3MDQ0MzQ1NTIyNTA3NSIsImFjdGl2aXR5SWQiOiJiZWIwNTIxZi1hZWRlLTQ2MDMtOTgzMC04ZTNhMjFhYWNjNjgiLCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL2lkZW50aXR5L2NsYWltcy90ZW5hbnRpZCI6ImNhN2M4MDJlLTAwNzctNDNhZC1iYmI2LTMyNTgyNzk5NzhjYyIsIm5iZiI6MTY5MTUwNTI2MSwiZXhwIjoxNjkxNTkxNjYxLCJpc3MiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIiwiYXVkIjoiaHR0cHM6Ly9hcGkuYm90ZnJhbWV3b3JrLmNvbSJ9.h_48ZH5stJEH5cvn_J5gw0gcC3v7a9IcLwVW3aM3fj982Wi2sI74_Ei2Zg9tOcH_G2CQU_wHJZ8So-ZDiS-fVcm13DynuHbFM4JI6BnS99VCOPgcBrTLvB4koknHt6DneSQ7QvsFp9kMRCLFLd3KjPEoNU4_rtjfctM8zYF2LbSzvomtns1VredQQcxHS8Me7mzJILFsng5mrpnOvfKqUDmHFT6idH3of8zFpl9U-i8SqwylAme80WBUw9_jYsjwzTUE_D20a8tnagwGFVTt4ZKMA3Q3e31w3tV-9fC-aujWtyU5kkM4fx9gGW3LKgNMv-j3PZQtrrCwIpcljhgUHQ"
},
"myParticipantId": "df77a04e-2f7b-4f14-981f-a9e1f7ca6115",
"resultInfo": {
"@odata.type": "#microsoft.graph.resultInfo",
"code": 500,
"message": "Server Internal Error. DiagCode: 3002#7106.@",
"subcode": 7106
},
"source": {
"@odata.type": "#microsoft.graph.participantInfo",
"endpointType": "Default",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"user": {
"@odata.type": "#microsoft.graph.identity",
"id": "26d332ef-c134-4647-8d6a-4e04eca956fb",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"region": "apac",
"id": "81cb1e24-1d46-48b8-85c9-1028c26889c5"
},
"state": "Terminated",
"targets": [
{
"@odata.type": "#microsoft.graph.invitationParticipantInfo",
"identity": {
"@odata.type": "#microsoft.graph.identitySet",
"applicationInstance": {
"@odata.type": "#microsoft.graph.identity",
"id": "21d07d0e-e9cc-4978-9887-d03e722f5a32",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
}
},
"endpointType": "(Generic: CIEIrsJ3)",
"id": "df77a04e-2f7b-4f14-981f-a9e1f7ca6115",
"region": "",
"languageId": ""
}
],
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"id": "661f5a00-8f8c-4315-92a7-87e6da084d61",
"terminationReason": "(Generic: wX1LAr52)",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability"
},
"mediaHostedRegion": "JPEA",
"applicationMetadata": {
"botData": {
"callId": "beb0521f-aede-4603-9830-8e3a21aacc68",
"mediaHostedRegion": "JPEA",
"user": {
"participationMethod": "Callee",
"policyHolderId": "8:orgid:26d332ef-c134-4647-8d6a-4e04eca956fb",
"policyHolderTenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc"
},
"otherSideUser": {
"id": "8:orgid:b5eb7ada-f233-4d1e-a879-ab2d12d892f0",
"participantId": "f822f92b-cf16-4ce0-992f-9ebd05dafe24",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"participationMethod": "Caller"
},
"inviteReasons": [
"ComplianceRecording"
],
"policyIdentifier": "TeamsComplianceRecordingPolicy=Tenant:sciai_test_policy",
"otherRecorders": [],
"pairedRecorders": [],
"isMultiParty": true,
"applicationType": null
}
}
}
}
]
}
$>2023-08-08T14:34:26.2038532Z Warning: NotificationDispatcher.cs:181 ProcessNotification
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
No queue or registered callbacks for
Deleted: /communications/calls/661f5a00-8f8c-4315-92a7-87e6da084d61
$>2023-08-08T14:34:26.1867711Z Info: LoggingMessageHandler.cs:138 SendAsync
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: beb0521f-aede-4603-9830-8e3a21aacc68
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68
X-Microsoft-Skype-Message-ID: 46993bee-e521-4f8d-bbfd-853f117c3f06
X-Microsoft-Skype-Original-Message-ID: ed527ce9-65fd-4912-ad40-389132d0c894
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 4914
Content-Type: application/json
$>2023-08-08T14:34:25.9063493Z Info: LoggingMessageHandler.cs:167 SendAsync
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 10
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 1933b573-63e5-4099-8f22-4051d6d4cc04
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68,beb0521f-aede-4603-9830-8e3a21aacc68
Connection: close
$>2023-08-08T14:34:25.9063493Z Info: CommunicationsClientExtensions.cs:158 LogAndCreateResponse
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpResponse
ResponseTime: 10
request: POST http://azure.sjdcqai.cn:9452/api/calling
response: 202 Accepted
headers:
Client-Request-Id: 1933b573-63e5-4099-8f22-4051d6d4cc04
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68
$>2023-08-08T14:34:25.9063493Z Info: CommunicationsClientExtensions.cs:156 LogAndCreateResponse
ScenarioId: beb0521f-aede-4603-9830-8e3a21aacc68
AppId: 34d7b1cf-6a50-48d3-8dd2-669fe962aaa2
AppName: Sample.AudioVideoPlaybackBot.FrontEnd
TransactionDirection: Incoming
TraceType: HttpRequest
request: POST http://azure.sjdcqai.cn:9452/api/calling
headers:
X-Forwarded-For: (redacted)
X-Forwarded-Proto: https
X-Forwarded-Port: (redacted)
X-Microsoft-Skype-Chain-ID: beb0521f-aede-4603-9830-8e3a21aacc68
Scenario-Id: beb0521f-aede-4603-9830-8e3a21aacc68
X-Microsoft-Skype-Message-ID: 1933b573-63e5-4099-8f22-4051d6d4cc04
MS-Teams-Ring: (redacted)
MS-Teams-Partition: (redacted)
MS-Teams-Region: (redacted)
Connection: close
Accept: application/json
Authorization: (redacted)
Host: azure.sjdcqai.cn:9452
User-Agent: Microsoft-Skype/3.0,(Calling/1.0)
Content-Length: 1817
Content-Type: application/json
{
"@odata.type": "#microsoft.graph.commsNotifications",
"value": [
{
"@odata.type": "#microsoft.graph.commsNotification",
"changeType": "Deleted",
"resourceUrl": "/communications/calls/661f5a00-8f8c-4315-92a7-87e6da084d61",
"resource": "/app/calls/661f5a00-8f8c-4315-92a7-87e6da084d61",
"resourceData": {
"@odata.type": "#microsoft.graph.call",
"callChainId": "beb0521f-aede-4603-9830-8e3a21aacc68",
"meetingInfo": {
"@odata.type": "#microsoft.graph.tokenMeetingInfo",
"token": "eyJhbGciOiJSUzI1NiIsImtpZCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCIsInR5cCI6IkpXVCIsIng1dCI6ImtpQ1ljYk5samdDRGs0a1NFSFdiNkdmN1o1NCJ9.eyJhcHBJZCI6IjM0ZDdiMWNmLTZhNTAtNDhkMy04ZGQyLTY2OWZlOTYyYWFhMiIsImNvbnZlcnNhdGlvbkNvbnRyb2xsZXIiOiJodHRwczovL2FwaS1hcGFjLmZsaWdodHByb3h5LnRlYW1zLm1pY3Jvc29mdC5jb20vYXBpL3YyL2VwL2NvbnYta3JjZS0wNS5jb252LnNreXBlLmNvbS9jb252L2pvVGhtclBCUWstTHpIQUZaZElkWUE_aT0yNSZlPTYzODI3MDQ0MzQ1NTIyNTA3NSIsImFjdGl2aXR5SWQiOiJiZWIwNTIxZi1hZWRlLTQ2MDMtOTgzMC04ZTNhMjFhYWNjNjgiLCJodHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL2lkZW50aXR5L2NsYWltcy90ZW5hbnRpZCI6ImNhN2M4MDJlLTAwNzctNDNhZC1iYmI2LTMyNTgyNzk5NzhjYyIsIm5iZiI6MTY5MTUwNTI2MSwiZXhwIjoxNjkxNTkxNjYxLCJpc3MiOiJodHRwczovL2FwaS5ib3RmcmFtZXdvcmsuY29tIiwiYXVkIjoiaHR0cHM6Ly9hcGkuYm90ZnJhbWV3b3JrLmNvbSJ9.h_48ZH5stJEH5cvn_J5gw0gcC3v7a9IcLwVW3aM3fj982Wi2sI74_Ei2Zg9tOcH_G2CQU_wHJZ8So-ZDiS-fVcm13DynuHbFM4JI6BnS99VCOPgcBrTLvB4koknHt6DneSQ7QvsFp9kMRCLFLd3KjPEoNU4_rtjfctM8zYF2LbSzvomtns1VredQQcxHS8Me7mzJILFsng5mrpnOvfKqUDmHFT6idH3of8zFpl9U-i8SqwylAme80WBUw9_jYsjwzTUE_D20a8tnagwGFVTt4ZKMA3Q3e31w3tV-9fC-aujWtyU5kkM4fx9gGW3LKgNMv-j3PZQtrrCwIpcljhgUHQ"
},
"resultInfo": {
"@odata.type": "#microsoft.graph.resultInfo",
"code": 500,
"message": "Server Internal Error. DiagCode: 500#3002.@",
"subcode": 3002
},
"state": "Terminated",
"tenantId": "ca7c802e-0077-43ad-bbb6-3258279978cc",
"meetingCapability": {
"@odata.type": "#microsoft.graph.meetingCapability"
},
"coOrganizers": []
}
}
]
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the PolicyRecordingBot sample and the nginx stream/server blocks for /api/calling, ports 13016, 9441, and 9442. Reproduce the call and trace whether callback and MediaProcessor forwarding reach the expected endpoints; done when the 3002#7106 error is explained and a verified configuration or sample change is identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, nginx
Domain
api, cloud, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.