CallAutomationClient.GetCallConnection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CallConnection. CallConnection.
public virtual Azure.Communication.CallAutomation.CallConnection GetCallConnection (string callConnectionId);
abstract member GetCallConnection : string -> Azure.Communication.CallAutomation.CallConnection
override this.GetCallConnection : string -> Azure.Communication.CallAutomation.CallConnection
Public Overridable Function GetCallConnection (callConnectionId As String) As CallConnection
Parameters
- callConnectionId
- String
The call connection id for the GetCallConnection instance.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET