Learn how to transribe user audio.(STT, Speech-to-text)
joined
event is triggered.
muteUserAudio()
keeps the track published but stops sending audio data.
To resume STT, use unmuteUserAudio()
.
If you stopped STT using muteUserAudio()
, it can resume more quickly, so this is the recommended approach.