MediaFlow.Call Property
Gets the Call associated with this flow.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected ReadOnly Property Call As Call
Get
'Usage
Dim value As Call
value = Me.Call
protected Call Call { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.Call
Remarks
Deriving classes can expose strongly typed Calls.