RemoteSessionEvent Data Shape
The RemoteSessionEvent Data Shape defines a RemoteSession event. This Data Shape has two fields:
• session — The remote session for which the event was generated, stored in an an infotable defined by the RemoteSession Data Shape.
• fieldsChanged — A JSON-formatted list of fields that changed in the RemoteSession object that was updated. For example, when the status and createdTime fields are updated, the JSON is:
{
"fieldsChanged":[
"status",
"createdTime"
]
}