File tree Expand file tree Collapse file tree 5 files changed +223
-223
lines changed
Expand file tree Collapse file tree 5 files changed +223
-223
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 deploy :
10- name : Validate SDK
10+ name : Validate SDK
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
2424 USER_NUMBER : ${{ secrets.USER_NUMBER }}
2525 BASE_CALLBACK_URL : ${{ secrets.BASE_CALLBACK_URL }}
2626 -
uses :
Bandwidth/[email protected] 27- if : always()
27+ if : failure() && !github.event.pull_request.draft
2828 with :
2929 job-status : ${{ job.status }}
3030 slack-bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1717require_relative 'voice/models/conference_state.rb'
1818require_relative 'voice/models/conference_member_state.rb'
1919require_relative 'voice/models/conference_recording_metadata.rb'
20- require_relative 'voice/models/machine_detection_request .rb'
20+ require_relative 'voice/models/machine_detection_configuration .rb'
2121require_relative 'voice/models/transcribe_recording_request.rb'
2222require_relative 'voice/models/transcription_response.rb'
2323require_relative 'voice/models/transcription_metadata.rb'
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def self.from_hash(hash)
274274 disconnect_method =
275275 hash . key? ( 'disconnectMethod' ) ? hash [ 'disconnectMethod' ] : SKIP
276276 tag = hash . key? ( 'tag' ) ? hash [ 'tag' ] : SKIP
277- machine_detection = MachineDetectionRequest . from_hash ( hash [ 'machineDetection' ] ) if
277+ machine_detection = MachineDetectionConfiguration . from_hash ( hash [ 'machineDetection' ] ) if
278278 hash [ 'machineDetection' ]
279279
280280 # Create object from extracted values.
You can’t perform that action at this time.
0 commit comments