Fired when the participant has stopped typing.
Parameters:
participant
- the participant in questionFired when the participant has started typing.
Parameters:
participant
- the participant in questionFired when the fields of the participant have been updated.
Parameters:
data
- info object provided with the event. It has the following properties:Conversation that the remote client is a participant of.
Custom attributes of the participant.
Get the bindings mapping for the current participant.
Available binding depends on the participant type.
You could access it as participant.bindings.sms?.address
or
using the type dynamically participant.bindings[participant.type]
just be aware that the binding information has different structure for
each participant type.
See also {ParticipantEmailBinding}, the only available currently binding descriptor.
Date this participant was created on.
Date this participant was last updated on.
Identity of the participant.
Indicates whether the participant is currently typing.
The index of the last read message by the participant. Note that retrieving messages on a client endpoint does not mean that messages are read, please consider reading about the Read Horizon feature to find out about the proper way to mark messages as read.
Date of the most recent read horizon update.
The server-assigned unique identifier for the participant.
Type of the participant.
Get the user for this participant and subscribes to it. Supported only for participants of type chat
.
Remove the participant from the conversation.
Update the attributes of the participant.
New attributes.
A participant represents a remote client in a conversation.