Share via


imComposingTimers 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.

Specifies IM session timers that control time-sensitive behavior in an IM session. This element is returned in an event response.

Syntax

<imComposingTimers refreshInterval="integer value" timeout="integer value"/> 

Attributes

Attribute

Data Type

Description

refreshInterval

integer

The duration in which a notifyComposing request expires. This is default set to 60 seconds. The value is stored in seconds.

timeout

integer

An activity times out if it is idle. This is default set to 120 seconds. The value is stored in seconds.

Element Information

Parent Element

Element

Description

configuration

User-defined settings for their Unified Communications AJAX API Client.

Remarks

When a user has successfully logged-on to a Communicator Web Access server, the current user configuration is returned in an asynchronous event response. The imComposingTimers are one of two configurable IM session parameters.

The refreshInterval attribute determines the time interval between updates to the notifyComposing message displayed in a client IM window. As the notifyComposing message expires, it is replaced by a newer message. If there is no newer composing message from another conference participant, the expired message should be cleared.

The IM session terminates if there has been no activity in the session for the specified timeout time period.

Examples

   <configuration eid="11">
      <search defaultFunction="or" defaultFields="12" />
      <imComposingTimers refreshInterval="60" timeout="120" />
      <userNotice />
   </configuration>

See Also

Concepts

notifyComposing Element

initiateImSession Element

terminateImSession Element

inviteParticipants Element

promoteParticipant Element

ejectParticipant Element

lock Element