AVModality Class
Defines the audio/video modality and handles both audio and video calls using the AudioChannel and VideoChannel properties. When the AVModality is connected, the default channel is audio. Starting the video channel will cause the audio channel to start if the modality is disconnected.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
UCWBase
UCWFull
Microsoft.Lync.Model.Conversation.Modality
Microsoft.Lync.Model.Conversation.AudioVideo.AVModality
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Class AVModality _
Inherits Modality
'Usage
Dim instance As AVModality
public class AVModality : Modality
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.