onParticipantAdded property

Stream<Participant> onParticipantAdded
getter/setter pair

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

You could obtain the Conversation where it was added by using Participant.getConversation.

Implementation

late Stream<Participant> onParticipantAdded;