Typing Indicators
Typing indicators allow you to display whether a user is typing in a particular channel.
Send start and stop typing indicators
sendTypingIndicator({ channelId: string, isTyping: boolean })
sendTypingIndicator({ channelId: string, isTyping: boolean })
Name | Type | Required | Description |
| string | yes | The id of the channel associated with the typing event |
| boolean | yes |
|
Listen for start and stop typing events
The userId
and deviceId
used to initialize the Chat
class are the values that will be included in the typing.start
and typing.stop
events.
Last updated