danwise
Joined: 21 Nov 2005
Posts: 1
|
Posted:
Mon Nov 21, 2005 8:42 pm Post subject:
Sharing desktop with netmeeting sdk |
|
|
Hello All,
It's very difficult finding developers forums for the netmeeting sdk, so I'm trying my luck here.
My question is, "Is there a programattic way to share the desktop". I don't mean use the sdk the pop up the app share dialog in which one of the shareable apps you can choose is the desktop. I mean a way to do it silently.
I am currently able to use the EnumSharableApp method to get an enumeration of all shareable apps on a channel. And once I get an app from the enumeration, I can use the setstate method to share it. The problem is, the desktop is not one of the shareable apps returned in the collection. MSFT seems to have a way of doing this as illustrated in their own app sharing dialog, they just don't seem to allow access to it in their sdk. Any ideas? |
|