CallingServerClient.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.CallingServer.CallConnection GetCallConnection (string callConnectionId);
abstract member GetCallConnection : string -> Azure.Communication.CallingServer.CallConnection
override this.GetCallConnection : string -> Azure.Communication.CallingServer.CallConnection
Public Overridable Function GetCallConnection (callConnectionId As String) As CallConnection
Parameters
- callConnectionId
- String
The thread id for the ChatThreadClient instance.