Skip to content

Commit a314713

Browse files
author
Vinothini Dharmaraj
committed
updating the api
1 parent 8d609b4 commit a314713

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public partial class HoldOptions
911911
public HoldOptions(Azure.Communication.CommunicationIdentifier targetParticipant) { }
912912
public System.Uri OperationCallbackUri { get { throw null; } set { } }
913913
public string OperationContext { get { throw null; } set { } }
914-
public Azure.Communication.CallAutomation.PlaySource PlaySourceInfo { get { throw null; } set { } }
914+
public Azure.Communication.CallAutomation.PlaySource PlaySource { get { throw null; } set { } }
915915
public Azure.Communication.CommunicationIdentifier TargetParticipant { get { throw null; } }
916916
}
917917
public partial class HoldResult

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ public partial class HoldOptions
910910
public HoldOptions(Azure.Communication.CommunicationIdentifier targetParticipant) { }
911911
public System.Uri OperationCallbackUri { get { throw null; } set { } }
912912
public string OperationContext { get { throw null; } set { } }
913-
public Azure.Communication.CallAutomation.PlaySource PlaySourceInfo { get { throw null; } set { } }
913+
public Azure.Communication.CallAutomation.PlaySource PlaySource { get { throw null; } set { } }
914914
public Azure.Communication.CommunicationIdentifier TargetParticipant { get { throw null; } }
915915
}
916916
public partial class HoldResult

0 commit comments

Comments
 (0)