isConference Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Indicates an incoming VoIP phone call originates from a focus endpoint as a conference call.

Syntax

<isConference>True|False</isConference>

Attributes

None.

Element Information

Parent Element

Element

Description

voIPReceived

VoIP phone call invitation received event.

Remarks

A true value in this element indicates the incoming VoIP call is within a conference. When the incoming call is not in a conference, the value is false. The element is optional and when not present, the call is a one-to-one call.

Examples

The following example event indicates the receipt of a VoIP invitation for a one-to-one call.

<cwaEvents eid="101">
   <conference confId="1">
      <voIPReceived>
          <displayName>Naoki Sato</DisplayName>
          <uri>SIP:naokiS@contoso.com</uri>
          <from>"naoki" &lt;naoki@contoso.com&gt;…</from>
          <redirectable>true</redirectable>
          <canReplyWithIM>true</canReplyWithIM>
          <priority>urgent</priority>
          <isConference>False</isConference>
          <subject>Project Deadline Extended</subject>
      </voIPReceived>
   </conference>
</cwaEvents>

See Also

Concepts

voIPReceived Element