CCXML 1.0-W3C Development GuideHome  |  Frameset Home

  CCXML Event Field Listing  |  TOC  |  Connection Event Field Listing  

Conference Event Field Listing

CONFERENCE.CREATED

The conference.created event is a result of invoking the <createconference> element successfully, and indicates that the conference object has been invoked properly. If the conference object is not invoked correctly, you may expect to see an error.conference.create event being thrown instead.

field namedata typesummary
namestringThis will always return the static string value of 'conference.created'.
conferenceidstringContains the ID of the conference that is associated with this event.
conferenceECMAScript ObjectThe value of this field will contain an ECMAScript object reference to the Conference object identified by the 'conferenceid' property of the event.
eventidstringDefines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value.
eventsourcestringThis value will contain the CCXML 1.0 I/O Processor that sent the event.
eventsourcetypestringThis defines the name of the Event I/O Processor that sent the event.



CONFERENCE.DESTROYED

This event is thrown upon the execution of a programmatic <destroyconference> directive. Be aware that it is possible that other sessions may be bridged into the existing conference ID via other means than the <createconference> element. If the bridges are terminated via <destroyconference> then a 'conference.unjoined' event will also be thrown, thereby indicating that the connection is no longer bridged to the conference.

field namedata typesummary
namestringThis will always return the static string value of 'conference.destroyed'.
conferenceidstringContains the ID of the conference that is associated with this event.
eventidstringDefines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value.
eventsourcestringThis value will contain the CCXML 1.0 I/O Processor that sent the event.
eventsourcetypestringThis defines the name of the Event I/O Processor that sent the event.




CONFERENCE.JOINED

This event will be thrown upon the successful execution of a directive to <join> a conference. This event is thrown to all sessions attached to the conference in question, unless the session that performs the <join> is not attached to the conference, or if both conferences are not already owned by an existing session.

field namedata typesummary
namestringThis will always return the static string value of 'conference.joined'.
id1stringContains the ID of the Connection, Conference or Dialog that represents the resource associated with the event.
id2stringContains the ID of the Connection, Conference or Dialog that represents the resource associated with the event.
eventidstringDefines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value.
eventsourcestringThis value will contain the CCXML 1.0 I/O Processor that sent the event.
eventsourcetypestringThis defines the name of the Event I/O Processor that sent the event.



CONFERENCE.UNJOINED

The conference.unjoined event can be generated when a conference is explicitly exited via the <unjoin> element, or can also be thorwn via other means, (such as a secondary event to a <disconnect>, or even as a secondary event occuring when an error.dialog is thrown or even when a <destroyconference> element is invoked).

field namedata typesummary
namestringThis will always return the static string value of 'conference.unjoined'
id1stringContains the ID of the Connection, Conference or Dialog that represents the resource associated with the event.
id2stringContains the ID of the Connection, Conference or Dialog that represents the resource associated with the event.
eventidstringDefines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value.
eventsourcestringThis value will contain the CCXML 1.0 I/O Processor that sent the event.
eventsourcetypestringThis defines the name of the Event I/O Processor that sent the event.




  ANNOTATIONS: EXISTING POSTS
0 posts - click the button below to add a note to this page

login
  CCXML Event Field Listing  |  TOC  |  Connection Event Field Listing  

© 2008 Voxeo Corporation  |  Voxeo IVR  |  VoiceXML & CCXML IVR Developer Site