AllowedDirection Property

Gets and sets stream allowed direction.

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

Syntax

'Declaration
Public Property AllowedDirection As MediaChannelDirection
    Get
    Set
'Usage
Dim instance As MediaChannelTemplate
Dim value As MediaChannelDirection

value = instance.AllowedDirection

instance.AllowedDirection = value
public MediaChannelDirection AllowedDirection { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo..::..MediaChannelDirection

See Also

Reference

MediaChannelTemplate Class

MediaChannelTemplate Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace