voIPReplyWithIM Request

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.

Request the Communicator Web Access Server to reply to the VoIP invitation with an IM.

Syntax

<voIPReplyWithIM/>

Attributes

None.

Element Information

Parent Element

Element

Description

conference

Specifies a grouping for conference-related requests.

Remarks

This request can only be made if the voIPReceived event that preceded this request indicates the inviting user can accept an IM message. The IM reply is prohibited when the initiating user is not an Office Communicator user or there is already an IM conversation active between the two users.

Examples

The recipient of a voIPReceived event invitation has chosen to reply to the invitation by initiating an IM conversation. The canReplyWithIM element of the voIPReceived event had a value of true, which indicates that this request is permissible.

<cwaRequests xmlns="http://schemas.microsoft.com/2006/09/rtc/cwa" sid="378">
   <conference confId="1" rid="2">
      <voIPReplyWithIM/>
   </conference>
</cwaRequests>

See Also

Concepts

voIPReceived Event

voIPRedirect Request

voIPTerminated Event