| CCXML 1.0-W3C Development Guide | Home | Frameset Home |
|
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 name | data type | summary |
name | string | This will always return the static string value of 'conference.created'. |
conferenceid | string | Contains the ID of the conference that is associated with this event. |
conference | ECMAScript Object | The value of this field will contain an ECMAScript object reference to the Conference object identified by the 'conferenceid' property of the event. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the CCXML 1.0 I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. |
<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 name | data type | summary |
name | string | This will always return the static string value of 'conference.destroyed'. |
conferenceid | string | Contains the ID of the conference that is associated with this event. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the CCXML 1.0 I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. |
<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 name | data type | summary |
name | string | This will always return the static string value of 'conference.joined'. |
id1 | string | Contains the ID of the Connection, Conference or Dialog that represents the resource associated with the event. |
id2 | string | Contains the ID of the Connection, Conference or Dialog that represents the resource associated with the event. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the CCXML 1.0 I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. |
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 name | data type | summary |
name | string | This will always return the static string value of 'conference.unjoined' |
id1 | string | Contains the ID of the Connection, Conference or Dialog that represents the resource associated with the event. |
id2 | string | Contains the ID of the Connection, Conference or Dialog that represents the resource associated with the event. |
eventid | string | Defines the unique identifier for the event. If the event was generated via a <send> request, then this value will match the 'sendid' value. |
eventsource | string | This value will contain the CCXML 1.0 I/O Processor that sent the event. |
eventsourcetype | string | This defines the name of the Event I/O Processor that sent the event. |
| ANNOTATIONS: EXISTING POSTS |
| login |
|