AttributesChanged

class AttributesChanged(val participant: Participant, val changedAttributes: Map<String, String>, val oldAttributes: Map<String, String>) : ParticipantEvent

When a participant's attributes are changed, fired for all participants

Constructors

Link copied to clipboard
constructor(participant: Participant, changedAttributes: Map<String, String>, oldAttributes: Map<String, String>)

Properties

Link copied to clipboard

The attributes that have changed and their new associated values.

Link copied to clipboard

The old attributes prior to change.

Link copied to clipboard