Modality.Accept method

Accept an offer for the modality.

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

Syntax

'Declaration
Public Sub Accept
'Usage
Dim instance As Modality

instance.Accept()
public void Accept()

Remarks

Call Accept() on the participant modality that made the offer. For exa mple, when a remote participant offers to share a whiteboard in a meeting, call ContentSharingModality.Accept() on the ContentSharingModality object in the remote participant modalities collection.

See also

Reference

Modality class

Modality members

Microsoft.Lync.Model.Conversation namespace