AudioVideoFlowTemplate.HoldType Property
Gets or sets the initial hold policy for the AudioVideoFlow.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property HoldType As HoldType
Get
Set
'Usage
Dim instance As AudioVideoFlowTemplate
Dim value As HoldType
value = instance.HoldType
instance.HoldType = value
public HoldType HoldType { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.HoldType
Remarks
This property is used only by the AudioVideoFlow's Initialize method. It does not have effect when the template is used with the BeginApplyChanges method.