AudioVideoFlow.Call Property

Definition

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.

Applies to