ms:rtc:saas:typingParticipants

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
relThe resource that this link points to. In JSON, this is the outer container.
hrefThe location of this resource on the server, and the target of an HTTP operation.

Properties

None

Links

None

Events

Resource Priority Sender Reason
ms:rtc:saas:participantHighms: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:participantHighms: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