Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Mar 5, 2024
1 parent a560d1f commit 22971a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ client.video.update_call_type(call_type_name,
# Automatically transcribe calls
client.video.update_call_type(
settings=CallSettingsRequest(
transcription=RecordSettingsRequest(
transcription=TranscriptionSettingsRequest(
mode='auto-on',
),
),
Expand All @@ -176,7 +176,7 @@ client.video.update_call_type(
# Enable
client.update(
settings_override=CallSettingsRequest(
transcription=RecordSettingsRequest(
transcription=TranscriptionSettingsRequest(
mode='available',
),
),
Expand Down

0 comments on commit 22971a1

Please sign in to comment.