addTypingStoppedListener

Adds a listener for typing stopped events.

This is an alternative to using the typingParticipantsFlow for developers who prefer callback-based APIs over Kotlin's Flow API.

Parameters

listener

The listener to add.

See also