Skip to content

Commit 149c7ff

Browse files
author
Vinothini Dharmaraj
committed
updating the model
1 parent c48993c commit 149c7ff

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

sdk/communication/Azure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public AnswerCallOptions(string incomingCallContext, System.Uri callbackUri) { }
5050
public Azure.Communication.CommunicationUserIdentifier AnsweredBy { get { throw null; } set { } }
5151
public System.Uri CallbackUri { get { throw null; } }
5252
public Azure.Communication.CallAutomation.CallIntelligenceOptions CallIntelligenceOptions { get { throw null; } set { } }
53-
public Azure.Communication.CallAutomation.CustomCallingContext CustomCallingContext { get { throw null; } }
5453
public string IncomingCallContext { get { throw null; } }
5554
public string OperationContext { get { throw null; } set { } }
5655
}

sdk/communication/Azure.Communication.CallAutomation/src/Models/AnswerCallOptions.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public AnswerCallOptions(string incomingCallContext, Uri callbackUri)
2020
{
2121
IncomingCallContext = incomingCallContext;
2222
CallbackUri = callbackUri;
23-
CustomCallingContext = new CustomCallingContext(sipHeaders: new Dictionary<string, string>(), voipHeaders: new Dictionary<string, string>());
2423
}
2524

2625
/// <summary>
@@ -46,10 +45,5 @@ public AnswerCallOptions(string incomingCallContext, Uri callbackUri)
4645
/// The operation context.
4746
/// </summary>
4847
public string OperationContext { get; set; }
49-
50-
/// <summary>
51-
/// The Custom Context which contains SIP and voip headers.
52-
/// </summary>
53-
public CustomCallingContext CustomCallingContext { get; }
5448
}
5549
}

0 commit comments

Comments
 (0)