CallDialogContext.Connection Property
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.
Gets the connection currently used for this call. This can be null.
public:
property Microsoft::Rtc::Signaling::RealTimeConnection ^ Connection { Microsoft::Rtc::Signaling::RealTimeConnection ^ get(); };
public Microsoft.Rtc.Signaling.RealTimeConnection Connection { get; }
member this.Connection : Microsoft.Rtc.Signaling.RealTimeConnection
Public ReadOnly Property Connection As RealTimeConnection
Property Value
Remarks
Note that the connection can change during the life time of the call.