AudioVideoCall Class

AudioVideoCall class is the Call implementation class, which supports the "audio", "video" media type.

Inheritance Hierarchy

System..::..Object
  Microsoft.Rtc.Collaboration..::..Call
    Microsoft.Rtc.Collaboration.AudioVideo..::..AudioVideoCall

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

Syntax

'Declaration
Public Class AudioVideoCall _
    Inherits Call
'Usage
Dim instance As AudioVideoCall
public class AudioVideoCall : Call

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace