StartTyping notifies participants that the user started typing.
POST/api/v1/engagements/:engagementId/typing/start
Publishes a typing.started event to the engagement channel.
Clients should call this when the user begins typing in the message input.
Errors
- NOT_FOUND: Engagement not found
- PERMISSION_DENIED: User not a participant
Request
Responses
- 200
- default
A successful response.
An unexpected error response.