You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update recognize and media streaming (Azure#30888)
* remove inSeconds from interToneTimeout name
* add abstract recognize options class and supporting logic
* migrate changes to callautomation directory instead
* add recognize cloud events
* runned autorest to update
* event updates based on new swagger
* updated SDK based on the new swagger. However, we need content team to update methods in CallMedia
* incorporate swagger updates and resolve comments
* set repeatability request id to null
* remove changes to callingserver
* bug fixes
* set target participant and update tests
* switch to getSeconds
* fix eventhandler case
* fix mock payload in eventhandler tests
* remove unused imports
* add newline to end of files
* fix recognize events
* remove unused import
* rename RecognitionType
* replace StopTones with Tone
* set default behaviour for timeout
* add a test with a filled DtmfOptions object
* remove unused imports again
* update doc
Co-authored-by: juntuchen <[email protected]>
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallAutomationAsyncClient.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallConnectionAsync.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Mono<Response<Void>> hangUpWithResponseInternal(boolean isForEveryone, Context c
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallMedia.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallMediaAsync.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/CallRecordingAsync.java
Copy file name to clipboardExpand all lines: sdk/communication/azure-communication-callautomation/src/main/java/com/azure/communication/callautomation/EventHandler.java
0 commit comments