Skip to content

Commit bee66a1

Browse files
authored
DX-2935 Remove WebRTC (#134)
* DX-2935 Remove WebRTC * Remove WebRTC Unit Tests & Utilities * Revert statistics api deletion remove sessions api remove tests * DRY Added one test to TerminalVerb base class and removed redundant ones to reduce repetition per @bpateldx's recommendation * Revert "DRY" This reverts commit 3ba082d.
1 parent c300f2b commit bee66a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+0
-6956
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ bandwidth/api/conferences_api.py
88
bandwidth/api/media_api.py
99
bandwidth/api/messages_api.py
1010
bandwidth/api/mfa_api.py
11-
bandwidth/api/participants_api.py
1211
bandwidth/api/phone_number_lookup_api.py
1312
bandwidth/api/recordings_api.py
14-
bandwidth/api/sessions_api.py
1513
bandwidth/api/statistics_api.py
1614
bandwidth/api_client.py
1715
bandwidth/apis/__init__.py
@@ -42,16 +40,12 @@ bandwidth/model/create_call.py
4240
bandwidth/model/create_call_response.py
4341
bandwidth/model/create_lookup_response.py
4442
bandwidth/model/create_message_request_error.py
45-
bandwidth/model/create_participant_request.py
46-
bandwidth/model/create_participant_response.py
4743
bandwidth/model/deferred_result.py
48-
bandwidth/model/device_api_version_enum.py
4944
bandwidth/model/disconenct_callback.py
5045
bandwidth/model/diversion.py
5146
bandwidth/model/dtmf_callback.py
5247
bandwidth/model/field_error.py
5348
bandwidth/model/file_format_enum.py
54-
bandwidth/model/forbidden_request.py
5549
bandwidth/model/gather_callback.py
5650
bandwidth/model/initiate_callback.py
5751
bandwidth/model/list_message_direction_enum.py
@@ -76,19 +70,13 @@ bandwidth/model/mfa_forbidden_request_error.py
7670
bandwidth/model/mfa_request_error.py
7771
bandwidth/model/mfa_unauthorized_request_error.py
7872
bandwidth/model/page_info.py
79-
bandwidth/model/participant.py
80-
bandwidth/model/participant_subscription.py
8173
bandwidth/model/priority_enum.py
82-
bandwidth/model/publish_permissions_enum.py
8374
bandwidth/model/recording_available_callback.py
8475
bandwidth/model/recording_complete_callback.py
8576
bandwidth/model/recording_state_enum.py
8677
bandwidth/model/redirect_callback.py
8778
bandwidth/model/redirect_method_enum.py
88-
bandwidth/model/request_error.py
89-
bandwidth/model/session.py
9079
bandwidth/model/stir_shaken.py
91-
bandwidth/model/subscriptions.py
9280
bandwidth/model/tag.py
9381
bandwidth/model/tn_lookup_request_error.py
9482
bandwidth/model/transcribe_recording.py
@@ -99,7 +87,6 @@ bandwidth/model/transcription_metadata.py
9987
bandwidth/model/transfer_answer_callback.py
10088
bandwidth/model/transfer_complete_callback.py
10189
bandwidth/model/transfer_disconnect_callback.py
102-
bandwidth/model/unauthorized_request.py
10390
bandwidth/model/update_call.py
10491
bandwidth/model/update_call_recording.py
10592
bandwidth/model/update_conference.py
@@ -137,16 +124,12 @@ docs/CreateCall.md
137124
docs/CreateCallResponse.md
138125
docs/CreateLookupResponse.md
139126
docs/CreateMessageRequestError.md
140-
docs/CreateParticipantRequest.md
141-
docs/CreateParticipantResponse.md
142127
docs/DeferredResult.md
143-
docs/DeviceApiVersionEnum.md
144128
docs/DisconenctCallback.md
145129
docs/Diversion.md
146130
docs/DtmfCallback.md
147131
docs/FieldError.md
148132
docs/FileFormatEnum.md
149-
docs/ForbiddenRequest.md
150133
docs/GatherCallback.md
151134
docs/InitiateCallback.md
152135
docs/ListMessageDirectionEnum.md
@@ -174,24 +157,16 @@ docs/MfaForbiddenRequestError.md
174157
docs/MfaRequestError.md
175158
docs/MfaUnauthorizedRequestError.md
176159
docs/PageInfo.md
177-
docs/Participant.md
178-
docs/ParticipantSubscription.md
179-
docs/ParticipantsApi.md
180160
docs/PhoneNumberLookupApi.md
181161
docs/PriorityEnum.md
182-
docs/PublishPermissionsEnum.md
183162
docs/RecordingAvailableCallback.md
184163
docs/RecordingCompleteCallback.md
185164
docs/RecordingStateEnum.md
186165
docs/RecordingsApi.md
187166
docs/RedirectCallback.md
188167
docs/RedirectMethodEnum.md
189-
docs/RequestError.md
190-
docs/Session.md
191-
docs/SessionsApi.md
192168
docs/StatisticsApi.md
193169
docs/StirShaken.md
194-
docs/Subscriptions.md
195170
docs/Tag.md
196171
docs/TnLookupRequestError.md
197172
docs/TranscribeRecording.md
@@ -202,7 +177,6 @@ docs/TranscriptionMetadata.md
202177
docs/TransferAnswerCallback.md
203178
docs/TransferCompleteCallback.md
204179
docs/TransferDisconnectCallback.md
205-
docs/UnauthorizedRequest.md
206180
docs/UpdateCall.md
207181
docs/UpdateCallRecording.md
208182
docs/UpdateConference.md

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ Class | Method | HTTP request | Description
153153
*MediaApi* | [**upload_media**](docs/MediaApi.md#upload_media) | **PUT** /users/{accountId}/media/{mediaId} | Upload Media
154154
*MessagesApi* | [**create_message**](docs/MessagesApi.md#create_message) | **POST** /users/{accountId}/messages | Create Message
155155
*MessagesApi* | [**list_messages**](docs/MessagesApi.md#list_messages) | **GET** /users/{accountId}/messages | List Messages
156-
*ParticipantsApi* | [**create_participant**](docs/ParticipantsApi.md#create_participant) | **POST** /accounts/{accountId}/participants | Create Participant
157-
*ParticipantsApi* | [**delete_participant**](docs/ParticipantsApi.md#delete_participant) | **DELETE** /accounts/{accountId}/participants/{participantId} | Delete Participant
158-
*ParticipantsApi* | [**get_participant**](docs/ParticipantsApi.md#get_participant) | **GET** /accounts/{accountId}/participants/{participantId} | Get Participant
159156
*PhoneNumberLookupApi* | [**create_lookup**](docs/PhoneNumberLookupApi.md#create_lookup) | **POST** /accounts/{accountId}/tnlookup | Create Lookup
160157
*PhoneNumberLookupApi* | [**get_lookup_status**](docs/PhoneNumberLookupApi.md#get_lookup_status) | **GET** /accounts/{accountId}/tnlookup/{requestId} | Get Lookup Request Status
161158
*RecordingsApi* | [**delete_call_transcription**](docs/RecordingsApi.md#delete_call_transcription) | **DELETE** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Delete Transcription
@@ -168,14 +165,6 @@ Class | Method | HTTP request | Description
168165
*RecordingsApi* | [**list_call_recordings**](docs/RecordingsApi.md#list_call_recordings) | **GET** /accounts/{accountId}/calls/{callId}/recordings | List Call Recordings
169166
*RecordingsApi* | [**transcribe_call_recording**](docs/RecordingsApi.md#transcribe_call_recording) | **POST** /accounts/{accountId}/calls/{callId}/recordings/{recordingId}/transcription | Create Transcription Request
170167
*RecordingsApi* | [**update_call_recording_state**](docs/RecordingsApi.md#update_call_recording_state) | **PUT** /accounts/{accountId}/calls/{callId}/recording | Update Recording
171-
*SessionsApi* | [**add_participant_to_session**](docs/SessionsApi.md#add_participant_to_session) | **PUT** /accounts/{accountId}/sessions/{sessionId}/participants/{participantId} | Add Participant to Session
172-
*SessionsApi* | [**create_session**](docs/SessionsApi.md#create_session) | **POST** /accounts/{accountId}/sessions | Create Session
173-
*SessionsApi* | [**delete_session**](docs/SessionsApi.md#delete_session) | **DELETE** /accounts/{accountId}/sessions/{sessionId} | Delete Session
174-
*SessionsApi* | [**get_participant_subscriptions**](docs/SessionsApi.md#get_participant_subscriptions) | **GET** /accounts/{accountId}/sessions/{sessionId}/participants/{participantId}/subscriptions | Get Participant Subscriptions
175-
*SessionsApi* | [**get_session**](docs/SessionsApi.md#get_session) | **GET** /accounts/{accountId}/sessions/{sessionId} | Get Session
176-
*SessionsApi* | [**list_session_participants**](docs/SessionsApi.md#list_session_participants) | **GET** /accounts/{accountId}/sessions/{sessionId}/participants | List Participants in Session
177-
*SessionsApi* | [**remove_participant_from_session**](docs/SessionsApi.md#remove_participant_from_session) | **DELETE** /accounts/{accountId}/sessions/{sessionId}/participants/{participantId} | Remove Participant from Session
178-
*SessionsApi* | [**update_participant_subscriptions**](docs/SessionsApi.md#update_participant_subscriptions) | **PUT** /accounts/{accountId}/sessions/{sessionId}/participants/{participantId}/subscriptions | Update Participant Subscriptions
179168
*StatisticsApi* | [**get_statistics**](docs/StatisticsApi.md#get_statistics) | **GET** /accounts/{accountId}/statistics | Get Account Statistics
180169

181170

@@ -205,16 +194,12 @@ Class | Method | HTTP request | Description
205194
- [CreateCallResponse](docs/CreateCallResponse.md)
206195
- [CreateLookupResponse](docs/CreateLookupResponse.md)
207196
- [CreateMessageRequestError](docs/CreateMessageRequestError.md)
208-
- [CreateParticipantRequest](docs/CreateParticipantRequest.md)
209-
- [CreateParticipantResponse](docs/CreateParticipantResponse.md)
210197
- [DeferredResult](docs/DeferredResult.md)
211-
- [DeviceApiVersionEnum](docs/DeviceApiVersionEnum.md)
212198
- [DisconenctCallback](docs/DisconenctCallback.md)
213199
- [Diversion](docs/Diversion.md)
214200
- [DtmfCallback](docs/DtmfCallback.md)
215201
- [FieldError](docs/FieldError.md)
216202
- [FileFormatEnum](docs/FileFormatEnum.md)
217-
- [ForbiddenRequest](docs/ForbiddenRequest.md)
218203
- [GatherCallback](docs/GatherCallback.md)
219204
- [InitiateCallback](docs/InitiateCallback.md)
220205
- [ListMessageDirectionEnum](docs/ListMessageDirectionEnum.md)
@@ -239,19 +224,13 @@ Class | Method | HTTP request | Description
239224
- [MfaRequestError](docs/MfaRequestError.md)
240225
- [MfaUnauthorizedRequestError](docs/MfaUnauthorizedRequestError.md)
241226
- [PageInfo](docs/PageInfo.md)
242-
- [Participant](docs/Participant.md)
243-
- [ParticipantSubscription](docs/ParticipantSubscription.md)
244227
- [PriorityEnum](docs/PriorityEnum.md)
245-
- [PublishPermissionsEnum](docs/PublishPermissionsEnum.md)
246228
- [RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
247229
- [RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
248230
- [RecordingStateEnum](docs/RecordingStateEnum.md)
249231
- [RedirectCallback](docs/RedirectCallback.md)
250232
- [RedirectMethodEnum](docs/RedirectMethodEnum.md)
251-
- [RequestError](docs/RequestError.md)
252-
- [Session](docs/Session.md)
253233
- [StirShaken](docs/StirShaken.md)
254-
- [Subscriptions](docs/Subscriptions.md)
255234
- [Tag](docs/Tag.md)
256235
- [TnLookupRequestError](docs/TnLookupRequestError.md)
257236
- [TranscribeRecording](docs/TranscribeRecording.md)
@@ -262,7 +241,6 @@ Class | Method | HTTP request | Description
262241
- [TransferAnswerCallback](docs/TransferAnswerCallback.md)
263242
- [TransferCompleteCallback](docs/TransferCompleteCallback.md)
264243
- [TransferDisconnectCallback](docs/TransferDisconnectCallback.md)
265-
- [UnauthorizedRequest](docs/UnauthorizedRequest.md)
266244
- [UpdateCall](docs/UpdateCall.md)
267245
- [UpdateCallRecording](docs/UpdateCallRecording.md)
268246
- [UpdateConference](docs/UpdateConference.md)

0 commit comments

Comments
 (0)