CallEstablishOptions.ConnectionContext 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 or sets the connection context to be used when establishing the call.
public:
property Microsoft::Rtc::Signaling::ConnectionContext ^ ConnectionContext { Microsoft::Rtc::Signaling::ConnectionContext ^ get(); void set(Microsoft::Rtc::Signaling::ConnectionContext ^ value); };
public Microsoft.Rtc.Signaling.ConnectionContext ConnectionContext { get; set; }
member this.ConnectionContext : Microsoft.Rtc.Signaling.ConnectionContext with get, set
Public Property ConnectionContext As ConnectionContext