onParticipantAdded property
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;