Commit 658dbd4
Added enhancements on top of Calling Server preview 1 (Azure#21686)
* Clean up clients comments.
* Models updates to introduce CallConnection and Server.
* callState updated to callConnectionState, replace sourceAlternateIdentity with alternateCallerId, other fixes
* Update to the test sample.
* Updated the swagger path, removed delete operation, updated unit tests and live tests
* Updates based on comments
* Zihzhan/fix (Azure#21727)
* Clean up clients comments.
* Update Snippet and Export-API.
* Zihzhan/fix (Azure#21764)
* Update Snippet and Export-API.
* remove calloption override in servercall client.
* Nit for params and arguments handling.
* Merge Downloader updates.
* Merge Downloader updates test cases.
* Update AutoGen Content.
* Model name updates (Suffix for responses models now has Result instead of Response), fixes based on comments (Azure#21790)
* Zihzhan/fix (Azure#21805)
* Update Snippet and Export-API.
* remove calloption override in servercall client.
* Nit for params and arguments handling.
* Merge Downloader updates.
* Merge Downloader updates test cases.
* Update AutoGen Content.
* Nit clean on Unit Tests.
* Updating and renaming.
* The changes which are done: (Azure#21863)
InviteParticipants --> AddParticipant
InviteParticipantResultEvent --> AddParticipantResultEvent
CallModality --> MediaType
CommunicationParticipant --> CallParticipant
Id in PlayAudioResult & CancelAllMediaOperations is now called OperationId
CallConnectionState now has {incoming, connecting, connected, disconnecting, disconnected}
CallRecordingStateResult ---> CallRecording... by Naveed Ali
CallRecordingStateResult ---> CallRecordingProperties
* Fix build Anaylse.
* fix(tests): improve code coverage
* Added AddParticipantResult, Re-added communication error, updated swagger path (Azure#21870)
* Added AddParticipantResult, Re-added communication error, updated swagger path
* Fixed unit tests
* Updated netstandard
* Analysis fix
* Updated event type for add participant
* Fix build issue.
* Zihzhan/fix (Azure#21905)
* Update Snippet and Export-API.
* remove calloption override in servercall client.
* Nit for params and arguments handling.
* Merge Downloader updates.
* Merge Downloader updates test cases.
* Update AutoGen Content.
* Nit clean on Unit Tests.
* Updating and renaming.
* Test update.
* Add Call Connection Live Tests.
* Add ServerCall Live Tests
* Increase Test Coverage.
* Reenable sample tests.
* Zihzhan/fix (Azure#21931)
* Update Snippet and Export-API.
* remove calloption override in servercall client.
* Nit for params and arguments handling.
* Merge Downloader updates.
* Merge Downloader updates test cases.
* Update AutoGen Content.
* Nit clean on Unit Tests.
* Updating and renaming.
* Test update.
* Add Call Connection Live Tests.
* Add ServerCall Live Tests
* Increase Test Coverage.
* Reenable sample tests.
* Address comments.
* Point to swagger file in master branch.
* Zihzhan/fix (Azure#21950)
* Update Snippet and Export-API.
* remove calloption override in servercall client.
* Nit for params and arguments handling.
* Merge Downloader updates.
* Merge Downloader updates test cases.
* Update AutoGen Content.
* Nit clean on Unit Tests.
* Updating and renaming.
* Test update.
* Add Call Connection Live Tests.
* Add ServerCall Live Tests
* Increase Test Coverage.
* Reenable sample tests.
* Address comments.
* Point to swagger file in master branch.
* Nit fix.
* Nit changes based on Azure boarder review feedback.
* Address comments.
* Naming changes.
* Change to static connection string.
* Add methods that support Live Test.
* Moved Recorded value inside the test method.
* Updated models definition based on new swagger plus updated events properties to readonly (Azure#21980)
* Updated models definition based on new swagger, also fixed events to make properties readonly
* Update accessibility of internal models
* Update the file path in autorest
* Update auto gen apis.
* Rewrite the event tests and fixed json for other tests (Azure#21983)
* Disable AddParticipant test in Live mode.
* Moved modelfactory to .models namespace (Azure#22021)
Co-authored-by: zihzhan <zihzhan@microsoft.com>
Co-authored-by: Zihan Zhang <43592314+zihzhan-msft@users.noreply.github.com>
Co-authored-by: Christian Whitehead <chrwhit@microsoft.com>1 parent 09cc00a commit 658dbd4
File tree
132 files changed
+7513
-4754
lines changed- .vscode
- sdk/communication/Azure.Communication.CallingServer
- api
- samples
- src
- Downloader
- Generated
- Models
- Models
- Events
- Properties
- tests
- CallConnection
- CallingServerClient
- ConversationClients
- Events
- Infrastructure
- ServerCallingClients
- ServerCall
- SessionRecords
- CallConnectionLiveTests
- CallingServerClientsLiveTests
- Sample1_CallClient
- ServerCallLiveTests
- samples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+7513
-4754
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 174 additions & 182 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments