interface TranscriptEventObserver
TranscriptEventObserver lets one listen to TranscriptEvent events of current meeting
Note: all callbacks will be called on main thread.
onTranscriptEventReceived |
Handles receive of transcript event - TranscriptEvent. abstract fun onTranscriptEventReceived(transcriptEvent: TranscriptEvent): Unit |