Edit

Share via


AudioVideoFlowTemplate.HoldType Property

Definition

Gets or sets the initial hold policy for the AudioVideoFlow.

public:
 property Microsoft::Rtc::Collaboration::AudioVideo::HoldType HoldType { Microsoft::Rtc::Collaboration::AudioVideo::HoldType get(); void set(Microsoft::Rtc::Collaboration::AudioVideo::HoldType value); };
public Microsoft.Rtc.Collaboration.AudioVideo.HoldType HoldType { get; set; }
member this.HoldType : Microsoft.Rtc.Collaboration.AudioVideo.HoldType with get, set
Public Property HoldType As HoldType

Property Value

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.

Applies to