Share via


NetMeeting Scripting Object Reference

The NetMeeting COM object is the sole object in the scripting object model for access to popular NetMeeting features. This object is designed to support programmatic access to the NetMeeting UI ActiveX control from a scripting environment such as JScript or VBScript.

Use methods on the NetMeeting object to make simple calls and monitor the status of a NetMeeting conference. These methods allow you to do the following:

  • Place a call, which, if accepted, creates a new conference connection.
  • End a call, leaving the conference.
  • Make a copy of the UI component and move it elsewhere on the screen.
  • Check whether there's already a conference connection.
  • Retrieve the current version number of the installed NetMeeting software.

The following diagram shows the methods supported on this object. Click the NetMeeting Object heading in the diagram to show the detailed summary. Click any link for the corresponding reference page.

The following table describes the object methods.

NetMeeting Methods in Vtable Order

Method Description
Version NetMeeting software version number.
IsInConference Whether a conference is currently active.
CallTo Given an address string in CallTo URL Syntax, use the address to place a call.
LeaveConference Terminate the connection with the conference.
UnDock Make a copy of the NetMeeting UI as a top-level window so that the end user can move it elsewhere on the screen.
Events Dispinterface methods for event notifications.

See Also

NetMeeting UI ActiveX Control