Share via


canReplyWithIM 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 the VoIP caller can accept an IM reply.

Syntax

<canReplyWithIM>"true"|"false"></canReplyWithIM>

Attributes

None.

Element Information

Parent Element

Element

Description

voIPReceived

Indicates that client application has received a VoIP event.

Remarks

This element can hold a string value of true or false. If the originating VoIP device cannot accept a reply in the form of an IM, the value of this element is false.

Examples

The user has received a VoIP invitation from a user whose display name is Jay Adams. The telephone number of the originating device is shown in the uri element. The VoIP device that Jay Adams is using accepts an IM reply if the user chooses not to answer the call using a telephone. The VoIP session can be redirected to a VoIP handset.

<cwaEvents pollWaitTime="1000" ackId="390" sid="14487">
  <conference eid="390" confId="8">
    <voIPReceived>
      <uri>sip:jaya@contoso.com</uri>
      <displayName>Jay Adams</displayName>
      <from>"Jay Adams"&lt;sip:jaya@contoso.com&gt;</from>
      <redirectable>True</redirectable>
      <canReplyWithIM>True</canReplyWithIM>
    </voIPReceived>
  </conference>
</cwaEvents>

See Also

Concepts

voIPReceived Element

uri Element