Feedback

  • Contents
 

ConferenceObject

The ConferenceObject class manages conference calls. It allows you to begin a conference call, add calls to the conference, and disconnect parties from the conference. Properties of the ConferenceObject provide notification, handling, and the ability to enumerate objects in the conference.

Methods

ConferenceObject.add

This method adds a call into a conference.

ConferenceObject.create

Used to begin a conference call.

ConferenceObject.disconnectParty

This method disconnects a party from a conference.

Callbacks

ConferenceObject.errorHandler

Name of the function to be called when an error occurs.

ConferenceObject.objectDestroyedHandler

Name of the function to be called when the object is no longer valid. You will not be able to access anything about the object after this function is called.

ConferenceObject.objectSpecificChangeHandler

Name of the function to be called when something changes about an object that is not generic to all conference objects. You need to query the object itself to see what changed.

ConferenceObject.stateChangeHandler

Name of the function to be called when the call state of object being watched changes.

ConferenceObject.subObjectChangeHandler

Name of the function to be called when a subobject changes. This method is used to monitor queue objects that are made up of other objects. For example, Conference objects consist of multiple call objects.

ConferenceObject.conferenceObjectInitializedHandler

This callback is invoked when the conference object has initialized. It is compatible with scripts for Interaction Connect only.

ConferenceObject.conferenceStartedHandler

This callback is invoked when the conference call has started. It is compatible with scripts for Interaction Connect only.

Properties

ConferenceObject.id

The ID property assigns or returns the ID of the conference object.

ConferenceObject.lastError

Returns the text of the last error that occurred. This property is automatically cleared before each method or property call on this object.

ConferenceObject.lastErrorId

Returns the id of the last error that occurred. This property is automatically cleared before each method or property call on this object.

Enumerations

ConferenceObject.startMemberIdsEnum

Returns an enumeration of object ids for each object in the conference.