Skip to content

Commit

Permalink
Valid interface for call.collect method (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmmar7 authored Jan 31, 2023
1 parent bf1a32a commit bb21698
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-insects-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@signalwire/core': patch
---

Valid typescript interface for call.collect method
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/core/src/types/voiceCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ export interface VoiceCallTapAudioMethodParams {
export type VoiceCallCollectMethodParams = SpeechOrDigits & {
initialTimeout?: number
partialResults?: boolean
continuous: boolean
sendStartOfInput: boolean
startInputTimers: boolean
continuous?: boolean
sendStartOfInput?: boolean
startInputTimers?: boolean
}

export type VoiceCallConnectMethodParams =
Expand Down

0 comments on commit bb21698

Please sign in to comment.