Skip to content

[bug] ParticipantAttributesChanged event #629

@furkanKotic

Description

@furkanKotic

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions