typingParticipantsFlow

val Conversation.typingParticipantsFlow: StateFlow<Set<Participant>>

A StateFlow that emits the set of Participants who are currently typing in the conversation.

Return

The StateFlow for observing typing Participants.

Throws

if the messagingSession is null.