AudioVideoCall Class
AudioVideoCall class is the class which supports the audio-based and video-based communication.
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
Remarks
AudioVideoCall is an implementation of the abstract Call class. It implements signaling for audio and video calls. Actual audio and video is exchanged on an instance of AudioVideoFlow, which is created at the time when the call is established.
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.