Previous Up Index Next

ActiveX Conferencing Win32 API


This high-level Conferencing Application Programming Interface (API) enables productivity applications to take advantage of existing conferencing features while requiring minimal development effort.

Conferencing Function Groups

The functions enabled by these APIs can be grouped into three areas:

It is not intended that these functions be used to streamline development of truly distributed conferencing applications. The Multipoint Communication Services (MCS) and Generic Call Control (GCC) APIs are available to applications for this purpose. The MCS and GCC APIs are beyond the scope of this document.

It should be noted that almost all of the APIs are synchronous. In general, the function call will not return until the specified action is complete. If the application requires the process to maintain control for an extended period of time, it should start a separate thread to handle the task.

Managing Conference Information

An application can start a call, terminate a call, or determine if a call is active. Also, an application can be notified when a call begins or ends.

The APIs for managing conference information are:

ConferenceConnect and ConferenceDisconnect are used to create and terminate a conferencing call. Information about the call can be obtained by using ConferenceGetInfo and can be modified through ConferenceSetInfo. Callback functions can be established to notify an application about changes in the conferencing call.

Sharing Applications

The ConferenceShareWindow API is provided to allow an application window to be shared or unshared without invoking the system applet for this purpose. This API can also be used to check a window's sharing capability and status. If a sharing status is changed, the application affected is notified through the notification callback function for the conference.

Although application sharing is currently done at the task level rather than the window level, all of these APIs use window handles (HWNDs) to identify the application. This is done for programming convenience and to allow for compatibility with future versions of Microsoft® NetMeeting that may support sharing individual windows.

Transferring Data

Applications can transfer data and files between users in the conferencing call.

The APIs for data transfer are:

ConferenceSendData can be used to send data to a conference participant with the information marked for use by a specific application on the participant's computer. The notification callback function for the conference is informed of incoming data and file transfer progress.
Previous Up Index Next

© 1996 Microsoft Corporation