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>
正在显示
2 个修改的文件
包含
6 行增加
和
1 行删除
.changeset/wise-rocks-deny.md
0 → 100644
| @@ -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 | */ |
-
请 注册 或 登录 后发表评论