onParticipantUpdated property

Stream<ParticipantUpdatedEvent> onParticipantUpdated
getter/setter pair

Called when a Participant is changed in the conversation the current user is subscribed to.

You could obtain the Conversation where it was updated by using Participant.getConversation. Participant change events include body updates and attribute updates.

Implementation

late Stream<ParticipantUpdatedEvent> onParticipantUpdated;