ModalityAction enumeration

Enumerates the modality actions.

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

Syntax

'Declaration
Public Enumeration ModalityAction
'Usage
Dim instance As ModalityAction
public enum ModalityAction

Members

Member name Description
Connect Connect to the conversation with a modality.
Disconnect Disconnect a modality from the conversation.
SetProperty Set a conversation modality property.
Hold Put a conversation modality on hold.
Retrieve Retrieve a conversation modality.
Forward Forward a conversation modality.
RemoteTransfer Transfer a conversation modality.
ConsultAndTransfer Transfer a conversation modality into another existing conversation.
SendInstantMessage Send an instant message.
SetIsTyping Set the IM composing flag. This indicates that an IM is being typed.
SetAudioEndpoint Set the local endpoint for audio.
Accept Accept the modality invitation.
Reject Reject the modality invitation.
LocalTransfer Transfer the local participant to another endpoint.
RequestSharingControl Request control of shared resources.

This action is called on the application sharing modality of the local participant.

ReleaseSharingControl Release control of shared resources.

This action is called on the application sharing modality of the participant that is releasing sharing control. You can only release the control of a resource that the local resource is controlling.

GrantSharingControl Grant control of shared resources to another participant.

This action is called on the application sharing modality of the participant whose request for control is granted.

RevokeSharingControl Revoke control of shared resources.

This action is called on the application sharing modality of the participant whose request for control is revoked.

AcceptSharingControlRequest Accept the request to grant sharing control.

This action is called on the application sharing modality of the participant whose request for control is accepted.

DeclineSharingControlRequest Decline the request to grant sharing control.

This action is called on the application sharing modality of the participant whose request for control is declined.

CreateShareablePowerPointContent Create shareable PowerPoint content.
CreateShareableWhiteboardContent Create shareable Whiteboard content.
CreateShareableNativeFileOnlyContent Create shareable native file content.
Reserved1
Reserved2
CreateShareableQnaContent
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation namespace