Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8012749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:25:25+00:00 2026-06-04T19:25:25+00:00

I would like to automatically answer ANY incomming call in LYNC. Using the SDK

  • 0

I would like to automatically answer ANY incomming call in LYNC.

Using the SDK I can detect an incomming call. The method below gets called if any one is calling me with voice or video.

void AVModalityStateChanged(object sender, ModalityStateChangedEventArgs e)
{
    if (e.NewState == ModalityState.Notified)
    {
        // someone is calling me
    }
}

But i now need help with how to answer this call.

My entire Lync connection class can be viewed here: http://www.pastebucket.com/2293

This is going to be used in a conference room setting where it would be nice if it was enough to just dial the room and the people at the other end dont have to do anything.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T19:25:27+00:00Added an answer on June 4, 2026 at 7:25 pm

    Your better bet will be to subscribe to an event which gets raised on an incoming call, rather than on the state change. That’s because the incoming event contains a handle to the call object, which you can then use to accept the call.

    Have a look at the ConversationManager.ConversationAdded event. This gets raised for incoming IM and AV conversations (including AV calls).

    The slightly tricky bit to grasp is that you get notified about an incoming Conversation but it’s actually the Call which you want to accept. That’s OK though, because the Call object is contained within the Conversation object, which is part of the EventArgs that get passed.

    Let’s assume for a moment that you only want to accept AV calls, and not IM calls. So, the first thing you need to do is see whether the Conversation you’ve just been notified is actually an AV Call. You can tell this by looking at the Modalities of the Conversation using the ConversationManagerEventArgs which is passed from the event. e.Conversation.Modalities contains all the modalities of the incoming conversation.

    Assuming it was an AV call (and to finally answer your original question!), you can then accept the call with:

    e.Conversation.Modalities[ModalityTypes.AudioVideo].Accept();

    Hope this helps. I’m going to be doing a blog post about this soon with a bit more detail, so I’ll try and remember to update this answer with that once it’s done.

    edit: Blog post written with a bit more detail, and is here: http://thoughtstuff.co.uk/2012/06/answering-the-call-accepting-incoming-calls-in-lync-client-sdk/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to change a program to automatically detect whether a terminal is
I would like to know if there are any tools to automatically generate EJB3
I'm writing a forum-type discussion board in Perl and would like to change automatically
Would like to make anapplication in Java that will not automatically parse parameters used
We would like to implement a web form that automatically saves content at regular
I would like to have that the height of a canvas change automatically. When
I would like to create a new unix command to automatically list the contents
I'm surprised this doesn't happen automatically, but I would like my applications window to
Would like to be able to set colors of headings and such, different font
Would like to know what a programmer should know to become a good at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.