forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added transcription APIs and events (Azure#38988)
* Autorest generated code * Adding SDK methods for start, stop and update transcription * Add transcription options for the create & answer call * Adding events * Adding event parser test cases * Adding tests * Refactoring code to make options param optional * Adding models and parser for the transcription schema * Fixing enum conversion logic for transcription schema * Cleaning up code * Add transcription options in create/answer/group call and tests * Updted TranscriptionUpdate to take TranscriptionUpdate and TranscriptionStatusDetails as enums * Fixed API typo * Adding SDK methods for start, stop and update transcription * Add transcription options for the create & answer call * Adding models and parser for the transcription schema * Adding events * Adding event parser test cases * Adding tests * Refactoring code to make options param optional * Fixing enum conversion logic for transcription schema * Cleaning up code * Add transcription options in create/answer/group call and tests * Updted TranscriptionUpdate to take TranscriptionUpdate and TranscriptionStatusDetails as enums * Fixed API typo * Updated contract after rebase * Removed duplicate tests * Update in transcription ws schema * Fixed TranscriptionOptions review comment * Fixing TranscriptionOptions arguments in create call, group call & answer call * Fixing build issues --------- Co-authored-by: abhishesingh-msft <[email protected]>
- Loading branch information
1 parent
29f601e
commit 42f7757
Showing
63 changed files
with
2,097 additions
and
127 deletions.
There are no files selected for viewing
161 changes: 140 additions & 21 deletions
161
...ure.Communication.CallAutomation/api/Azure.Communication.CallAutomation.netstandard2.0.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
sdk/communication/Azure.Communication.CallAutomation/src/Generated/CallMediaRestClient.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.