Detect team call with lync API

621 views Asked by At

I developed a small application in C# which observers the Lync 2013 client for incoming calls. Some information about the caller and the type of call (sip, tel) is then processed for other purposes. But I have a problem with detecting e.g. team calls. I don't know which property I have to test for. But I need to distinguish between calls that are directly for myself and calls that are for someone else from my team.

Do you have any advice for me?

1

There are 1 answers

0
grubi On BEST ANSWER

I found the solution myself. Microsoft calls this feature "call delegation".

Here are some links with further information on this topic: