MediaFlow.SignalingContext Property

Gets the value of associated SignalingContext for the flow.

Namespace:  Microsoft.Rtc.Collaboration.ComponentModel
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property SignalingContext As CallDialogContext
    Get
    Protected Set
'Usage
Dim instance As MediaFlow
Dim value As CallDialogContext

value = instance.SignalingContext

instance.SignalingContext = value
public CallDialogContext SignalingContext { get; protected set; }

Property Value

Type: Microsoft.Rtc.Collaboration.CallDialogContext

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.

See Also

Reference

MediaFlow Class

MediaFlow Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace