Defines the type of hold AudioVideoFlow should use.

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

Syntax

Visual Basic (Declaration)
<
FlagsAttribute> _
Public 
Enumeration 
HoldType
C#
[
FlagsAttribute]
public 
enum 
HoldType
Visual C++
[
FlagsAttribute]
public 
enum class 
HoldType
JavaScript

Microsoft.Rtc.Collaboration.AudioVideo.HoldType = 
function();

Microsoft.Rtc.Collaboration.AudioVideo.HoldType.createEnum('

Microsoft.Rtc.Collaboration.AudioVideo.HoldType', true);

Members

Member name Description
None
Keep send and receive active.
RemoteEndpoint
Stop only the incoming receive stream direction. Media received from the remote endpoint will be discarded.
BothEndpoints
Stop both outgoing send and incoming receive streams. Media will not be sent to the remote endpoint. Media received from the remote endpoint will be discarded.

Remarks

Acts as a flag.

See Also