-
Notifications
You must be signed in to change notification settings - Fork 191
Closed as not planned
Description
Describe the bug
When I use the setAttributes function, the ParticipantAttributesChanged event is not triggered.
To Reproduce
Map<String, String> att = <String, String>{};
att["mirror"] = isRoomMirror.toString();
room?.localParticipant?.setAttributes(att);
..on<ParticipantAttributesChanged>((e) {
print("ParticipantAttributesChanged");
print("ParticipantAttributesChanged " + e.participant.identity);
print(e.participant.attributes);
})
Platform information
- Flutter version: 3.24.4
- Plugin version: 2.2.8
- Flutter target OS: Tested Android real device/simulator
Metadata
Metadata
Assignees
Labels
No labels