MediaFlow.SignalingContext 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 value of associated SignalingContext for the flow.
public: property Microsoft::Rtc::Collaboration::CallDialogContext ^ SignalingContext { public:
Microsoft::Rtc::Collaboration::CallDialogContext ^ get(); protected:
void set(Microsoft::Rtc::Collaboration::CallDialogContext ^ value); };
public Microsoft.Rtc.Collaboration.CallDialogContext SignalingContext { get; protected set; }
member this.SignalingContext : Microsoft.Rtc.Collaboration.CallDialogContext with get, set
Public Property SignalingContext As CallDialogContext
Property Value
Remarks
The derived class should use the protected set methhod to update the signalingContext, if the same instance of the flow is used, but the underlying signaling session is updated. It is mainly required for an escalation scenario.