Commit 91141c6
Feature/communication interaction controller (Azure#30301)
* Checking in ServerCalling V3 code as it is now named InteractionController
* Moved actions in callConnection into serverClient and make callConnection a POCO
* added listParticipants
* bug fixing
* updated the version to beta6
* Added Media team's SDK
* fixed some checkstyle issues
* Adding Content Capabilities (Azure#29721)
* Adding Recording Operations (Azure#29737)
* Polished the code to meet Azure SDK guidelines. Changes are for meeting the guideline and fix errors and warnings during the build. Now the project can be built
* Added error handling
* updated README.md
* deleted callConnectionAsync~
* This is the commit for easy testing.
* Fixing checkystyle issue
* updated SDK
* Updated SDK with review feedback - part 1
* SDK update - part 2
* CallRecording/CallMedia changes (Azure#30062)
* Moving ProgressReporter to azure.core
* Using PlaySource instead of PlaySourceType
* Fixing RecordingResponse
* Adding StartRecordingResponse proxy
* Renaming StartRecordingResponse to the right RecordingStatusResponse
* Finishing to clean the different errors
* cleaning
* Fixing Proxy
* Fixing some checkstyle bugs
* Moving ContentClient to CallConnection. Changing PlaySource for FileSource
* Delete returns Void
* PlaySource instead of FileSource
* Adding DownloadToFileOptions. Fixing Play. Fixing Recording.
* Fixed optional params
* Fixing ParallelDownloadsOptions
* Fixing javadoc
* Fixing fluent options
* event handling
* Adding CancelAllMediaOperations methods (Azure#30063)
* events update
* event update
* Added configuration for testing
* resolved some mvn deploy issues
* Adding unit testing for Recording/Media operations (Azure#30101)
* Adding DownloadContent unit tests
* Adding DownloadContentLiveTests
* Adding DownloadContentAsyncLiveTests
* Adding Delete tests
* Adding CallMedia unit tests
* Adding Recording unit tests
* Refactoring Recording Tests
* deleted internal events as they are not used
* Added event handler
* Adding Play Options (Azure#30108)
Adding a Play Options object that includes the new operationContext string optional parameter for PlayRequest.
* Updated event handler
* updated version for deploying
* bug fixes
* changed package naming
* Removing context from Async methods. (Azure#30264)
* Initial commit
* Checkstyle fix
* Changed exception handling
* changed the version
* fixed versioning pipeline issue
* fixed some pipeline building issues
* Updated changelog
* Sync communication.common back to the main branch
* updated client builder as pma updated
* updated unit tests to adapt builder changes
* Fixing tests (Azure#30329)
* change the version back due to previous typo
* Fixing the naming of PlayToAll (Azure#30369)
* updated sdk according to github feedback
* removed AcsEventType as discussed
* updated versioning
* removed nextLink in ListPartcipantResponse as it is not supported now
* updated SDK according to feedback on github draft PR
* removed eventgrid events support from the eventParser
* Added some unit tests, also fixed some bugs got catched during running unit tests
* Added more unit tests
* Adding Recording/Play events. (Azure#30422)
* Updating Swagger
* Adding Recording/Play events
* Fixing recording status
* Fixing name of Recording state event
* Fixing naming for RecordingStatus all over the project
* Making build to succeed
* Adding RecordingStateChanged tests
* Adding Play Test
* Updating swagger
* Adding Play Events tests
* Adding Live Tests for Recording use cases (Azure#30452)
* Adding Recording Live Test
* Adding Async tests for Recording
* Renaming to CallAutomation
* Adding Media Live Test
* Adding Media Async Live Test
* Fixing exceptions on tests
* Not doing Play tests
* Updating Swagger
* Adding Recording/Play events
* Fixing recording status
* Fixing name of Recording state event
* Fixing naming for RecordingStatus all over the project
* Making build to succeed
* Adding RecordingStateChanged tests
* Adding Play Test
* Updating swagger
* Adding Play Events tests
* Merging all updates
* Add channel affinity to recording (Azure#30487)
* Add channel affinity to recording
* Fix bug
Co-authored-by: Franko Morales <67804607+cochi2@users.noreply.github.com>
Co-authored-by: williamzhao87 <williamzhao87@users.noreply.github.com>1 parent bc55b2b commit 91141c6
File tree
278 files changed
+12605
-14268
lines changed- eng
- jacoco-test-coverage
- versioning
- sdk/communication/azure-communication-callingserver
- src
- main
- java
- com/azure/communication/callingserver
- implementation
- accesshelpers
- converters
- models
- models
- events
- resources
- samples/java/com/azure/communication/callingserver
- test
- java/com/azure/communication/callingserver
- implementation
- resources/session-records
- swagger
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
278 files changed
+12605
-14268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
Lines changed: 2 additions & 36 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 3 | + | |
| 4 | + | |
39 | 5 | | |
40 | 6 | | |
41 | 7 | | |
| |||
Lines changed: 6 additions & 144 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 33 | + | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 37 | + | |
176 | 38 | | |
177 | 39 | | |
178 | 40 | | |
| |||
202 | 64 | | |
203 | 65 | | |
204 | 66 | | |
205 | | - | |
| 67 | + | |
206 | 68 | | |
207 | 69 | | |
208 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
Lines changed: 55 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
27 | 50 | | |
28 | 51 | | |
29 | 52 | | |
30 | 53 | | |
31 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
32 | 75 | | |
33 | 76 | | |
34 | 77 | | |
| |||
40 | 83 | | |
41 | 84 | | |
42 | 85 | | |
43 | | - | |
44 | | - | |
| 86 | + | |
| 87 | + | |
45 | 88 | | |
46 | 89 | | |
47 | 90 | | |
48 | 91 | | |
| 92 | + | |
49 | 93 | | |
50 | 94 | | |
51 | 95 | | |
| |||
126 | 170 | | |
127 | 171 | | |
128 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
129 | 180 | | |
130 | 181 | | |
131 | | - | |
| 182 | + | |
132 | 183 | | |
133 | 184 | | |
134 | 185 | | |
| |||
0 commit comments