Edit

Share via


CallDialogContext.Connection Property

Definition

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.

Applies to