Skip to content

Commit d1cc62d

Browse files
fixed the bug of not receiving incomingCall (#36188)
* fixed the bug of not receiving incomingCall * updated recordings
1 parent 856bfb2 commit d1cc62d

File tree

13 files changed

+497
-511
lines changed

13 files changed

+497
-511
lines changed

sdk/communication/Azure.Communication.CallAutomation/tests/Infrastructure/CallAutomationClientAutomatedLiveTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ protected async Task CleanUpCall(CallAutomationClient client, string? callConnec
216216
/// <returns>The instrumented <see cref="CallAutomationClientOptions" />.</returns>
217217
private CallAutomationClientOptions CreateServerCallingClientOptionsWithCorrelationVectorLogs(CommunicationUserIdentifier? source = null)
218218
{
219-
CallAutomationClientOptions callClientOptions = new CallAutomationClientOptions() { Source = new CommunicationUserIdentifier("8:acs:1bdaa2b9-9507-4542-bb64-a7b22c00a8d4_00000018-a24c-088a-28f4-343a0d00035a") };
219+
CallAutomationClientOptions callClientOptions = new CallAutomationClientOptions() { Source = source };
220220
callClientOptions.Diagnostics.LoggedHeaderNames.Add("MS-CV");
221221
return InstrumentClientOptions(callClientOptions);
222222
}

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallAutomationClientAutomatedLiveTests/CreateCallAndReject.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallAutomationClientAutomatedLiveTests/CreateCallAndRejectAsync.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallAutomationClientAutomatedLiveTests/CreateCallToACSGetCallAndHangUpCallTest.json

Lines changed: 12 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallAutomationClientAutomatedLiveTests/CreateCallToACSGetCallAndHangUpCallTestAsync.json

Lines changed: 12 additions & 27 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallConnectionAutomatedLiveTests/RemoveAUserCallTest.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecordedEvents/CallConnectionAutomatedLiveTests/RemoveAUserCallTestAsync.json

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecords/CallAutomationClientAutomatedLiveTests/CreateCallAndReject.json

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecords/CallAutomationClientAutomatedLiveTests/CreateCallAndRejectAsync.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/Azure.Communication.CallAutomation/tests/SessionRecords/CallAutomationClientAutomatedLiveTests/CreateCallToACSGetCallAndHangUpCallTest.json

Lines changed: 79 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)