Managing Meetings
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
After you know how to post an XML message to a conference center, managing meetings using the Live Meeting service API is straightforward. To schedule, change, enumerate, or delete a meeting, simply post the corresponding XML element to the conference center. How a meeting is created or modified or what kind of information about a meeting can be found depends on how an XML element is specified. This section presents a few examples to illustrate these. The tasks include the following:
The programming patterns demonstrated in this section apply to most of the Live Meeting service API calls with the following exceptions:
Getting a posting URL.
For information about this call, see the Getting Started section.
Downloading a meeting resource.
For information about downloading recordings, see the Managing Meeting Recordings section. For information about uploading slide sets, see Preloading Slides.
For an example implementation of this general programming pattern, see Using the Live Meeting service API.