Informs the server that the user has started or stopped typing.
PUT {{baseUrl}}/rooms/:roomId/typing/:userId
This tells the server that the user is typing for the next N
milliseconds where N is the value specified in the timeout
key.
Alternatively, if typing
is false
, it tells the server that the
user has stopped typing.
Request Body
{"typing"=>true, "timeout"=>30000}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{}