MediaFlow.Call 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 Call associated with this flow.
protected:
property Microsoft::Rtc::Collaboration::Call ^ Call { Microsoft::Rtc::Collaboration::Call ^ get(); };
protected Microsoft.Rtc.Collaboration.Call Call { get; }
member this.Call : Microsoft.Rtc.Collaboration.Call
Protected ReadOnly Property Call As Call
Property Value
Remarks
Deriving classes can expose strongly typed Calls.