Vlad Provalionok
Committed by GitHub

Allow access to participant field in ParticipantAttributesChanged event (#591)

* Allow access to participant field in ParticipantAttributesChanged event

* changeset

---------

Co-authored-by: davidliu <davidliu@deviange.net>
  1 +---
  2 +"client-sdk-android": patch
  3 +---
  4 +
  5 +Allow access to participant field in ParticipantAttributesChanged event
@@ -94,7 +94,7 @@ sealed class RoomEvent(val room: Room) : Event() { @@ -94,7 +94,7 @@ sealed class RoomEvent(val room: Room) : Event() {
94 */ 94 */
95 class ParticipantAttributesChanged( 95 class ParticipantAttributesChanged(
96 room: Room, 96 room: Room,
97 - participant: Participant, 97 + val participant: Participant,
98 /** 98 /**
99 * The attributes that have changed and their new associated values. 99 * The attributes that have changed and their new associated values.
100 */ 100 */