MediaChannel.AllowedDirection Property

Gets the channel direction policy: the channel direction value to be negotiated and also the "maximum" value to be negotiated with the remote participant.

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

Syntax

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

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

Property Value

Type: Microsoft.Rtc.Collaboration.AudioVideo.MediaChannelDirection

See Also

Reference

MediaChannel Class

MediaChannel Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace