Flow Property

Gets the audio video flow associated with this call.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Flow As AudioVideoFlow
    Get
'Usage
Dim instance As AudioVideoCall
Dim value As AudioVideoFlow

value = instance.Flow
public AudioVideoFlow Flow { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo..::..AudioVideoFlow

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace