AudioVideoFlow.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 AudioVideoCall associated with this flow. Can be null if the call type is not AudioVideoCall.
public:
property Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoCall ^ Call { Microsoft::Rtc::Collaboration::AudioVideo::AudioVideoCall ^ get(); };
public Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall Call { get; }
member this.Call : Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall
Public ReadOnly Property Call As AudioVideoCall
Property Value
Remarks
Property value may be null if the application implements a custom Call class.