Get started with Lync meetings

Learn about the programming concepts and Microsoft Lync 2013 SDK object model that you use to add Lync 2013 meeting lifecycle management features to an application.

Applies to: Lync 2013 | Lync Server 2013

What is Microsoft Lync 2013 meeting lifecycle management?

The classes in the Microsoft.Lync.Model.Conversation and Microsoft.Lync.Model.Conversation.Sharing namespaces are the building blocks for features let you manage the lifecycle of an online Lync 2013 meeting. With these classes, you can start an online meeting, set the meeting access rule, invite participants, promote and demote participants, remove participants, control the content sharing stage of a meeting conversation window, and end meetings.

Get started with Lync meetings

The prerequisites for working with Lync meetings are as follows:

  • Microsoft Lync 2013

  • Sign-in credentials for Microsoft Lync Server 2013

  • Microsoft Lync 2013 SDK

Lync meeting essentials

To understand how to work with Lync meetings, it's important to become familiar with the concepts in the following table.

Concept

Description

Meeting lobby management

Learn about meet-now meeting access types in Microsoft Lync 2013 SDK.

Shareable meeting content

Learn about the nature of shareable content in a Microsoft Lync 2013 conversation and what content sharing feature that Microsoft Lync 2013 SDK lets you build into an application.

Content sharing modality

Learn about the Microsoft Lync 2013 conversation modality that is used to administer meeting content in an online meeting.

What can you do with Lync meetings?

The following table lists basic tasks for working with Lync meetings.

Task

Description

How to: Start a meet-now meeting

Learn how to start a Microsoft Lync 2013 meet-now meeting and register for meeting lobby events.

How to: Set meeting access

Learn how to programmatically set the access type of a Microsoft Lync 2013 meet-now meeting.

How to: Admit or deny people in the meeting lobby

Learn about programmatically admitting a user or denying user admission to a Microsoft Lync 2013 meet-now meeting from the meeting lobby.

How to: Pin and lock a participant video

Learn about programmatically locking and pinning meeting participant video feeds in a Microsoft Lync 2013 meet-now meeting.

How to: Manage meeting presenters

Learn how to programmatically promote participants to the presenter role in a Microsoft Lync 2013 meeting.

How to: Share a whiteboard

Learn how to share a whiteboard collaboration session in a Microsoft Lync 2013 conversation.

How to: Share a PowerPoint slide deck

Learn how to programmatically share a PowerPoint slide deck session in a Microsoft Lync 2013 conversation.

How to: Attach a file to the content stage of a conversation

Learn how to attach a native file to a Microsoft Lync 2013 conversation and then download a file from a conversation.

How to: Get a shareable resource and share it in a conversation

Learn how to use classes in Microsoft Lync 2013 SDK to select a locally shareable resource such as a desktop, monitor, or running program and then share it in a Microsoft Lync 2013 conversation.

Beyond the basics: Learn more about Lync meetings

The following table lists advanced concepts for working with Lync meetings.

Concept

Description

Meeting dial-in access keys

Learn about Microsoft Lync 2013 meeting access keys for dialing in to an online Lync 2013 meeting that is started from an application.

Meeting lobby management

Learn about meet-now meeting access types in Microsoft Lync 2013 SDK.

See also