The Activity that this event relates to.
Indicates if the full state map was set.
Will be true if this event is from the local user / session; false otherwise.
The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.
Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.
The previous values of any state that was removed or set.
The keys of state that was removed.
The session id of the session that originated this event.
The username of the user originated this event.
The state that was modified.
The event name that all instances of this class will use.
The ActivityStateSetEvent is fired when a remote session sets one or elements from its state within the Activity. This is a batch event that summarizes all the changes made to a participants state in a single action.