participantsFlow

abstract val participantsFlow: StateFlow<Set<Participant>>

Flow to observe for when the set of participants changes across all channel types.

Applications that can't use Kotlin coroutines (e.g. written in Java) can use the addParticipantsChangedListener and removeParticipantsChangedListener methods to observe changes.