Feedback

  • Contents
 

CallObject.conferenceId Property

Definition

This property returns the conference object ID if the call is included in a conference call. Use CallObject.isParty to determine whether the call is part of a conference call.

Syntax

CallObject.conferenceId

Usage

Read       Yes

Write       No

Value Assigned

None.

Value Returned

ConferenceID

The value returned is a number identifying the conference object.  If the call is part of a conference call, the conference object ID is returned. If the call is not part of a conference call, –1 is returned.