updateTranscription(options)
Updates which participants are transcribed for a given transcription instance. If participants are specified or the empty array is passed, any participants that join after this call will not be transcribed unless you call updateTranscription() again to include them.
Parameters
The UUID of the transcription instance to update. Omit to update the default instance.
Session IDs of the participants to transcribe. Pass an empty array to stop transcribing all participants without ending the transcription session. Pass
null to transcribe all participants.Return value
Returnsvoid.