add Typing Started Listener
Adds a listener for typing started 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.