Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added representation of participants

...

A Participant consists of a participant_display_name, participant_id, and participant_thumbnail_url. Participants are always defined in relation to a specific Widget Instance; requests affecting one Participant have no effect on Participants associated with other Widget Instances.

Representation

Participants are represented in XML as a <participants> document, containing a <participant> element for each participant, with the attributes:

  • id: the participant id (not to be confused with Wookie's internal id of a participant)
  • display_name: the participant display name
  • thumbnail_url: the url of the thumbnail image for the participant

GET {wookie}/participants

...