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>
---
"client-sdk-android": patch
---
Allow access to participant field in ParticipantAttributesChanged event
... ...
... ... @@ -94,7 +94,7 @@ sealed class RoomEvent(val room: Room) : Event() {
*/
class ParticipantAttributesChanged(
room: Room,
participant: Participant,
val participant: Participant,
/**
* The attributes that have changed and their new associated values.
*/
... ...