Recording and transcription both post into the call thread. The video dwarfs the transcript, so for a team that only wants searchable text the storage cost is mostly waste.
A setting to keep the transcript and drop the recording. The subtlety is that the transcript is produced from the recording, so the file has to exist first and then be removed, not never created. The recording post itself is a single CreatePost in server/bot_api.go.
Recording and transcription both post into the call thread. The video dwarfs the transcript, so for a team that only wants searchable text the storage cost is mostly waste.
A setting to keep the transcript and drop the recording. The subtlety is that the transcript is produced from the recording, so the file has to exist first and then be removed, not never created. The recording post itself is a single
CreatePostinserver/bot_api.go.