Enumerates the valid channel actions.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
ChannelAction

Members

Member name Value Description
Start 0
Start the media channel.
Stop 1
Stop the media channel.
SendDtmf 2
Send DTMF tone.
Invalid -1

See Also