Skip to content

Commit 820d7d5

Browse files
Update start_recording.rb
1 parent 2e9e50b commit 820d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bandwidth/voice_lib/bxml/verbs/start_recording.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def to_bxml(xml)
1616
'fileFormat' => file_format,
1717
'multiChannel' => multi_channel,
1818
'transcribe' => transcribe,
19-
'detectLanguage' => detectLanguage,
19+
'detectLanguage' => detect_Language,
2020
'transcriptionAvailableUrl' => transcription_available_url,
2121
'transcriptionAvailableMethod' => transcription_available_method
2222
}))

0 commit comments

Comments
 (0)