Put (Events)

This API sends a current chat typing status event to the chat room which is sent by the client.

URL:

https://<ServerIP>:<Port>/ccp/rest/chat/event

HTTPS method:

PUT

Example response payload:


<TypingEvent>
	<from>Steve</from> 
 <status>composing</status>
</TypingEvent>

HTTPS response headers:

200 OK.

400 Bad Request.

See HTTPS Responses.

Note
The Typing Status values should either be "composing" or "paused". They are case-sensitive in nature. Any other values povided will not be accepted.