TranscriberState

data class TranscriberState(val realtimeMessageList: StateFlow<List<TranscriberMessage>>)

Constructors

Link copied to clipboard
constructor(realtimeMessageList: StateFlow<List<TranscriberMessage>>)

Properties

Link copied to clipboard