CallDialogContext.Connection Property
Gets the connection currently used for this call. This can be null.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Connection As RealTimeConnection
Get
'Usage
Dim instance As CallDialogContext
Dim value As RealTimeConnection
value = instance.Connection
public RealTimeConnection Connection { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeConnection
Remarks
Note that the connection can change during the life time of the call.