ms:rtc:saas:typingParticipants
- JSON
Represents a view of the ms:rtc:saas:participants who are currently typing a message in a ms:rtc:saas:conversation.
Web link
For more on web links, see Web Links.
Name | Description |
---|---|
rel | The resource that this link points to. In JSON, this is the outer container. |
href | The location of this resource on the server, and the target of an HTTP operation. |
Properties
None
Links
None
Events
- added
- deleted
Resource | Priority | Sender | Reason |
---|---|---|---|
ms:rtc:saas:participant | High | ms:rtc:saas:conversation | Indicates that a ms:rtc:saas:participant is now typing a message. |
Sample of returned event data.
This sample is given only as an illustration of event syntax. The semantic content is not guaranteed to correspond to a valid scenario.
{ "_links" : { "self" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=37" }, "next" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=37" } }, "sender" : [ { "rel" : "ms:rtc:saas:conversation", "href" : "communication/conversations/948", "events" : [ { "link" : { "rel" : "ms:rtc:saas:participant", "href" : "communication/conversations/948/participants/631" }, "in" : { "rel" : "ms:rtc:saas:typingParticipants", "href" : "communication/conversations/948/participants/typingParticipants" }, "type" : "added" } ] } ] }
Resource | Priority | Sender | Reason |
---|---|---|---|
ms:rtc:saas:participant | High | ms:rtc:saas:conversation | Indicates that a ms:rtc:saas:participant is no longer typing a message. |
Sample of returned event data.
{ "_links" : { "self" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=91" }, "next" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=91" } }, "sender" : [ { "rel" : "ms:rtc:saas:conversation", "href" : "communication/conversations/948", "events" : [ { "link" : { "rel" : "ms:rtc:saas:participant", "href" : "communication/conversations/948/participants/631" }, "in" : { "rel" : "ms:rtc:saas:typingParticipants", "href" : "communication/conversations/948/participants/typingParticipants" }, "type" : "deleted" } ] } ] }
Operations
None