Platform SDK: Web Telephony Engine

Managing Dependent Objects

Only the root WTE object can be created externally. This means that you can create instances of it directly in scripting or other programming languages. Some WTE objects can be created by using the Add method on a collection object. For example, you can use the WTEApplications.Add method to create a new WTEApplication object.

Some objects contain a reference to other objects. For example, a WTEAddress object contains the name of its associated WTEApplication object.

There are specific considerations to keep in mind as you manage objects in your code: