BOOK: Professional Unified Communications Development with Microsoft Lync Server 2010
This is the forum to discuss the Wrox book Professional Unified Communications Development with Microsoft Lync Server 2010 by George Durzi, Michael Greenlee; ISBN: 978-0-470-93903-1
You are currently viewing the BOOK: Professional Unified Communications Development with Microsoft Lync Server 2010 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
There really aren't any resources on this outside of the SDK docs, unfortunately. Creating custom media types is a very advanced capability that isn't used much and so we didn't try to cover it in the book.
If you explain a bit about what you're trying to do by creating a custom media type, or what questions you have, I'll do my best to help.
There really aren't any resources on this outside of the SDK docs, unfortunately. Creating custom media types is a very advanced capability that isn't used much and so we didn't try to cover it in the book.
If you explain a bit about what you're trying to do by creating a custom media type, or what questions you have, I'll do my best to help.
We need to build 'group audio/video support' for collaborative instruction. The teacher will invite a small group to participate. Each member of the small group will have a audio/video presence in the meeting. We need to build this as an application running on our own server. Clients will either be an extension of Lync Client or our own client app.
I see that Lync Server/UCMA APIs support two-way audio/video... If we were to create our own client to participate in multiple RTP sessions simultaneously, can we create an ApplicationEndpoint on the Lync Server (hopefully with UCMA APIs) that delivers a set of 'standard' audiovideoflows to the client?
My original question about custom media types assumed that a custom media type is needed for multi-point audio/video because UCMA only supports simple audio/video conversations. Maybe you have a better idea.
Last edited by gdepue; June 13th, 2011 at 10:06 AM.
I think I'm missing part of the context. From what you're describing, it seems like you could just use an audio/video conference to hold all the participants in the instructional session. Have you tried that, or does it not work for your situation? I can give you some details on how you would set up the conference in UCMA if you like.
>>it seems like you could just use an audio/video conference to hold all the participants in the instructional session. Have you tried that, or does it not work for your situation?
Please correct and instruct me if I'm wrong, but Lync client and server does not support multi-point video. It only supports 2-point video. Picture a client with 5 seperate video windows from 5 different individuals all having face-to-face. Lync has no support on the client or the server to accomplish this, thus the question about a creating new media type to do it myself.
I believe that there are other companies that offer a service like the one I've described.