ParticipantAttributesChanged

class ParticipantAttributesChanged(val room: Room, participant: Participant, val changedAttributes: Map<String, String>, val oldAttributes: Map<String, String>) : RoomEvent

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

Constructors

Link copied to clipboard
constructor(room: Room, 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
val room: Room