Compartir a través de


AudioVideoFlow.Call Property

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.

See Also

Reference

AudioVideoFlow Class

AudioVideoFlow Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace