HoldType Enumeration
Defines what type of hold AudioVideoFlow should use.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration HoldType
'Usage
Dim instance As HoldType
[FlagsAttribute]
public enum HoldType
Members
Member name | Description | |
---|---|---|
None | Keep send and receive active. | |
RemoteEndpoint | Stops the incoming receive stream direction only. | |
BothEndpoints | Stops both outgoing send and incoming receive streams. |