Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the AudioVideoCall associated with this flow. Can be null if the call type is not AudioVideoCall.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Call As AudioVideoCall
Get
'Usage
Dim instance As AudioVideoFlow
Dim value As AudioVideoCall
value = instance.Call
public AudioVideoCall Call { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.AudioVideoCall
Remarks
Property value may be null if the application implements a custom Call class.