MonitorID argument in Conversation window.ShowFullScreenMethod in lync 2013 sdk

136 Views Asked by At


In the belowclode ShowFullScreen methhod taking integer monitorID as argument,i dont know what that monitorID value is .

 ConversationWindow window = automation.EndStartConversation(ar);

            window.ShowFullScreen(int MonitorID);



But i tried different values as arguments, turns out acceptable values are 1,2,3,4,5. i searched entire SDK for that values , what they imply and all couldnt find.

In a nutshell what is monitorID?? Thank you

1

There are 1 best solutions below

0
Shane Powell On BEST ANSWER

You can thing of the monitorid as the index into the AllScreens array.

It will allow you to full screen mode the conversation onto a specific monitor of our choosing.