typingParticipants
Applies to: Skype for Business 2015
Represents a view of the participants who are currently typing a message in a 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
Azure Active Directory scopes for online applications
The user must have at least one of these scopes for operations on the resource to be allowed.
Scope | Permission | Description |
---|---|---|
Conversations.Receive | Receive conversation invites | Allows the app to receive instant messages, audio, video, and desktop sharing invitations on-behalf of the signed-in user |
Events
Added
Resource | Priority | Sender | Reason |
---|---|---|---|
participant | High | conversation | Indicates that a 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=1" }, "next" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=2" } }, "sender" : [ { "rel" : "conversation", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137", "events" : [ { "link" : { "rel" : "participant", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137/participants/196" }, "in" : { "rel" : "typingParticipants", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137/participants/typingParticipants" }, "type" : "added" } ] } ] }
Deleted
Resource | Priority | Sender | Reason |
---|---|---|---|
participant | High | conversation | Indicates that a participant is no longer 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=1" }, "next" : { "href" : "http://sample:80/ucwa/v1/applications/appId/events?ack=2" } }, "sender" : [ { "rel" : "conversation", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137", "events" : [ { "link" : { "rel" : "participant", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137/participants/196" }, "in" : { "rel" : "typingParticipants", "href" : "https://fe1.contoso.com:443/ucwa/v1/applications/192/communication/conversations/137/participants/typingParticipants" }, "type" : "deleted" } ] } ] }