Skip to content

Commit

Permalink
Allow access to participant field in ParticipantAttributesChanged event
Browse files Browse the repository at this point in the history
  • Loading branch information
binkos committed Jan 20, 2025
1 parent e46da87 commit 137bbbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 137bbbd

Please sign in to comment.