Encounter Log Guide

The web.alive encounter log is a client-side log that records a user's interactions with other users in the web.alive environment.

The Encounter Log follows the W3C logging standard and has the following fields:

  • Event Type
  • User Session ID - This field and the next 3 refer to the "other" user in the interaction
  • User Name - Or number of receivers if there are multiple receivers
  • User Picture URL
  • User Badge background URL
  • Start Time - Interaction start (local date and time)
  • End Time - Interaction end (local date and time)
  • Location Name - Name of the environment and name of the volume where the interaction took place, separated by "."
  • Message - Message associated with the interaction (if any)

The file name for Encounter logs is always Encounter_<timestamp>.log. These files are never deleted; it is left up to the user to delete files that are no longer required. The table below lists the various "event types" that may be encountered in the Encounter log file.

Event Type Status User Description
ENCOUNTER 200 Other user An encounter took place
CONVERSATION 200 Other user A conversation took place
TEXTCHAT_SEND_GLOBAL 200 - Sent a global message
TEXTCHAT_RCV_GLOBAL 200 - Received a global message
TEXTCHAT_SEND_PROXIMITY 200 Number of receivers Sent a proximity message
TEXTCHAT_RCV_PROXIMITY 200 Sender Received a proximity message
TEXTCHAT_SEND_PRIVATE 200 Receiver Sent a private message
TEXTCHAT_RCV_PRIVATE 200 Sender Received a private message