Enumerates the speaker modes.

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

Syntax

C#
public 
enum 
SpeakerMode

Members

Member name Value Description
Off 0
The speaker is turned off.
On 1
The speaker is turned on.
Invalid -1

See Also