TypingEventHandler

interface TypingEventHandler : EventHandler

Inheritors

Properties

Link copied to clipboard
abstract val usersTyping: StateFlow<Map<RoomId, TypingEventContent>>

Functions

Link copied to clipboard
open fun startInCoroutineScope(scope: CoroutineScope)