Share via


NetMeeting T.120 COM Interfaces

This section defines the NetMeeting 3 T.120 COM API interface definitions.

The NetMeeting T.120 API includes the following interfaces.

Interfaces Description
IApplet Lets an applet automatically join conferences and register for notifications.
IAppletNotify Provides notification callbacks for actions resulting from IApplet methods.
IAppletSession Represents an applet session that provides access to conference services.
IAppletSessionNotify Provides notification callbacks for actions resulting from IAppletSession methods.
IPluggableTransport Allows the conference node controller (the Conference Manager object) to select the transport to use.

Remarks

The IApplet and IAppletNotify API replaces earlier versions of NetMeeting support for the conference-independent portion of Generic Conference Control (GCC) Applet Service Access Point (SAP). The IAppletSession and IAppletSessionNotify API replaces a combination of GCC Applet SAP and Multipoint Communication Service (MCS) Applet SAP.

All interfaces use apartment-model threading. IApplet and IAppletSession work with local servers because the interfaces are essentially proxies that pass the appropriate information to the NetMeeting run time.