@polyguard/sdk 1.4.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +200 -0
- package/README.md +328 -0
- package/dist/sdk.esm.js +16 -4
- package/dist/sdk.js +16 -4
- package/dist/server.esm.js +83 -0
- package/package.json +14 -3
- package/dist/sdk.global.js +0 -11256
- package/scripts/regenerate-client.sh +0 -59
- package/src/PolyguardClient.js +0 -25
- package/src/PolyguardWebsocketClientImpl.js +0 -183
- package/src/__tests__/PolyguardClient.test.js +0 -65
- package/src/__tests__/PolyguardWebsocketClientImpl.test.js +0 -574
- package/src/__tests__/helpers/fixtures.js +0 -27
- package/src/__tests__/helpers/mockWebSocket.js +0 -66
- package/src/__tests__/sidebar.test.js +0 -289
- package/src/browser.js +0 -9
- package/src/generated/.babelrc +0 -33
- package/src/generated/.openapi-generator/FILES +0 -63
- package/src/generated/.openapi-generator/VERSION +0 -1
- package/src/generated/.openapi-generator-ignore +0 -23
- package/src/generated/.travis.yml +0 -5
- package/src/generated/README.md +0 -211
- package/src/generated/docs/ApiControllersPslStirCallRequest.md +0 -18
- package/src/generated/docs/ApiModelsApiCallModelsCallRequest.md +0 -12
- package/src/generated/docs/AppId.md +0 -8
- package/src/generated/docs/AppleApi.md +0 -88
- package/src/generated/docs/AuthApi.md +0 -1464
- package/src/generated/docs/BlockingApi.md +0 -208
- package/src/generated/docs/CallsApi.md +0 -140
- package/src/generated/docs/Certainty.md +0 -8
- package/src/generated/docs/CreateLinkRequest.md +0 -12
- package/src/generated/docs/DefaultApi.md +0 -128
- package/src/generated/docs/HTTPValidationError.md +0 -9
- package/src/generated/docs/InviteRequestModel.md +0 -10
- package/src/generated/docs/JWTRequest.md +0 -11
- package/src/generated/docs/LinksApi.md +0 -162
- package/src/generated/docs/NumberVerification.md +0 -10
- package/src/generated/docs/SdkApi.md +0 -54
- package/src/generated/docs/SecureLinksApi.md +0 -614
- package/src/generated/docs/StartAttestationRequest.md +0 -9
- package/src/generated/docs/StartMeetingRequest.md +0 -9
- package/src/generated/docs/StirApi.md +0 -52
- package/src/generated/docs/TwilioApi.md +0 -138
- package/src/generated/docs/UsersApi.md +0 -362
- package/src/generated/docs/ValidationError.md +0 -11
- package/src/generated/docs/ValidationErrorLocInner.md +0 -8
- package/src/generated/docs/VeriffApi.md +0 -188
- package/src/generated/docs/VeriffSessionRequest.md +0 -10
- package/src/generated/docs/VerifyRequest.md +0 -10
- package/src/generated/docs/WellKnownApi.md +0 -128
- package/src/generated/docs/ZoomApi.md +0 -848
- package/src/generated/git_push.sh +0 -57
- package/src/generated/mocha.opts +0 -1
- package/src/generated/package.json +0 -46
- package/src/generated/src/ApiClient.js +0 -677
- package/src/generated/src/api/AppleApi.js +0 -109
- package/src/generated/src/api/AuthApi.js +0 -1512
- package/src/generated/src/api/BlockingApi.js +0 -217
- package/src/generated/src/api/CallsApi.js +0 -164
- package/src/generated/src/api/DefaultApi.js +0 -145
- package/src/generated/src/api/LinksApi.js +0 -195
- package/src/generated/src/api/SdkApi.js +0 -81
- package/src/generated/src/api/SecureLinksApi.js +0 -670
- package/src/generated/src/api/StirApi.js +0 -80
- package/src/generated/src/api/TwilioApi.js +0 -158
- package/src/generated/src/api/UsersApi.js +0 -375
- package/src/generated/src/api/VeriffApi.js +0 -209
- package/src/generated/src/api/WellKnownApi.js +0 -145
- package/src/generated/src/api/ZoomApi.js +0 -823
- package/src/generated/src/index.js +0 -244
- package/src/generated/src/model/ApiControllersPslStirCallRequest.js +0 -211
- package/src/generated/src/model/ApiModelsApiCallModelsCallRequest.js +0 -119
- package/src/generated/src/model/CreateLinkRequest.js +0 -131
- package/src/generated/src/model/HTTPValidationError.js +0 -94
- package/src/generated/src/model/InviteRequestModel.js +0 -109
- package/src/generated/src/model/JWTRequest.js +0 -113
- package/src/generated/src/model/NumberVerification.js +0 -107
- package/src/generated/src/model/StartAttestationRequest.js +0 -95
- package/src/generated/src/model/StartMeetingRequest.js +0 -95
- package/src/generated/src/model/ValidationError.js +0 -130
- package/src/generated/src/model/VeriffSessionRequest.js +0 -107
- package/src/generated/src/model/VerifyRequest.js +0 -109
- package/src/generated/test/api/AppleApi.spec.js +0 -73
- package/src/generated/test/api/AuthApi.spec.js +0 -353
- package/src/generated/test/api/BlockingApi.spec.js +0 -103
- package/src/generated/test/api/CallsApi.spec.js +0 -83
- package/src/generated/test/api/DefaultApi.spec.js +0 -73
- package/src/generated/test/api/LinksApi.spec.js +0 -83
- package/src/generated/test/api/SdkApi.spec.js +0 -63
- package/src/generated/test/api/SecureLinksApi.spec.js +0 -143
- package/src/generated/test/api/StirApi.spec.js +0 -63
- package/src/generated/test/api/TwilioApi.spec.js +0 -83
- package/src/generated/test/api/UsersApi.spec.js +0 -133
- package/src/generated/test/api/VeriffApi.spec.js +0 -93
- package/src/generated/test/api/WellKnownApi.spec.js +0 -83
- package/src/generated/test/api/ZoomApi.spec.js +0 -213
- package/src/generated/test/model/ApiControllersPslStirCallRequest.spec.js +0 -119
- package/src/generated/test/model/ApiModelsApiCallModelsCallRequest.spec.js +0 -83
- package/src/generated/test/model/AppId.spec.js +0 -59
- package/src/generated/test/model/Certainty.spec.js +0 -59
- package/src/generated/test/model/CreateLinkRequest.spec.js +0 -83
- package/src/generated/test/model/HTTPValidationError.spec.js +0 -65
- package/src/generated/test/model/InviteRequestModel.spec.js +0 -71
- package/src/generated/test/model/JWTRequest.spec.js +0 -77
- package/src/generated/test/model/NumberVerification.spec.js +0 -71
- package/src/generated/test/model/StartAttestationRequest.spec.js +0 -65
- package/src/generated/test/model/StartMeetingRequest.spec.js +0 -65
- package/src/generated/test/model/ValidationError.spec.js +0 -77
- package/src/generated/test/model/ValidationErrorLocInner.spec.js +0 -59
- package/src/generated/test/model/VeriffSessionRequest.spec.js +0 -71
- package/src/generated/test/model/VerifyRequest.spec.js +0 -71
- package/src/index.js +0 -16
- package/src/messageHandler.js +0 -121
- package/src/ticketService.js +0 -24
- package/src/ui.js +0 -88
- package/vitest.config.js +0 -10
|
@@ -1,848 +0,0 @@
|
|
|
1
|
-
# FastApi.ZoomApi
|
|
2
|
-
|
|
3
|
-
All URIs are relative to *http://localhost*
|
|
4
|
-
|
|
5
|
-
Method | HTTP request | Description
|
|
6
|
-
------------- | ------------- | -------------
|
|
7
|
-
[**cookietestCookietestGet**](ZoomApi.md#cookietestCookietestGet) | **GET** /cookietest | Cookietest
|
|
8
|
-
[**generateMeetingReportZoomPhoneReportsMeetingPost**](ZoomApi.md#generateMeetingReportZoomPhoneReportsMeetingPost) | **POST** /zoom-phone/reports/meeting | Generate Meeting Report
|
|
9
|
-
[**getMeetingDetailsZoomPhoneLogsMeetingDetailsPost**](ZoomApi.md#getMeetingDetailsZoomPhoneLogsMeetingDetailsPost) | **POST** /zoom-phone/logs/meeting/details | Get Meeting Details
|
|
10
|
-
[**getTicketZoomPhoneTicketAccountIdPost**](ZoomApi.md#getTicketZoomPhoneTicketAccountIdPost) | **POST** /zoom-phone/ticket/{account_id} | Get Ticket
|
|
11
|
-
[**getUserLogsZoomPhoneLogsPolyUserIdGet**](ZoomApi.md#getUserLogsZoomPhoneLogsPolyUserIdGet) | **GET** /zoom-phone/logs/{poly_user_id} | Get User Logs
|
|
12
|
-
[**meetingJwtMeetingjwtPost**](ZoomApi.md#meetingJwtMeetingjwtPost) | **POST** /meetingjwt | Meeting Jwt
|
|
13
|
-
[**pgGetMeetingDetailsV2ZoomMeetingMeetingUuidGet**](ZoomApi.md#pgGetMeetingDetailsV2ZoomMeetingMeetingUuidGet) | **GET** /v2/zoom/meeting/{meeting_uuid} | Pg Get Meeting Details
|
|
14
|
-
[**pgStartZoomMeetingV2ZoomStartAppIdLinkUuidPost**](ZoomApi.md#pgStartZoomMeetingV2ZoomStartAppIdLinkUuidPost) | **POST** /v2/zoom/start/{app_id}/{link_uuid} | Pg Start Zoom Meeting
|
|
15
|
-
[**redirectToAppStoreZoomPhoneAppStoreGet**](ZoomApi.md#redirectToAppStoreZoomPhoneAppStoreGet) | **GET** /zoom-phone/app-store | Redirect To App Store
|
|
16
|
-
[**redirectToMeetingReportZoomPhoneReportsMeetingEncodedS3UrlGet**](ZoomApi.md#redirectToMeetingReportZoomPhoneReportsMeetingEncodedS3UrlGet) | **GET** /zoom-phone/reports/meeting/{encoded_s3_url} | Redirect To Meeting Report
|
|
17
|
-
[**testWebsocketDisconnectZoomPhoneTestDisconnectPost**](ZoomApi.md#testWebsocketDisconnectZoomPhoneTestDisconnectPost) | **POST** /zoom-phone/test-disconnect | Test Websocket Disconnect
|
|
18
|
-
[**webhookWebhookPost**](ZoomApi.md#webhookWebhookPost) | **POST** /webhook | Webhook
|
|
19
|
-
[**zoomCallbackZoomCallbackPost**](ZoomApi.md#zoomCallbackZoomCallbackPost) | **POST** /zoom_callback | Zoom Callback
|
|
20
|
-
[**zoomInstallInstallGet**](ZoomApi.md#zoomInstallInstallGet) | **GET** /install | Zoom Install
|
|
21
|
-
[**zoomInstallInstallPost**](ZoomApi.md#zoomInstallInstallPost) | **POST** /install | Zoom Install
|
|
22
|
-
[**zoomPhoneInstallZoomPhoneInstallGet**](ZoomApi.md#zoomPhoneInstallZoomPhoneInstallGet) | **GET** /zoom-phone/install | Zoom Phone Install
|
|
23
|
-
[**zoomPhoneInstallZoomPhoneInstallPost**](ZoomApi.md#zoomPhoneInstallZoomPhoneInstallPost) | **POST** /zoom-phone/install | Zoom Phone Install
|
|
24
|
-
[**zoomWebhookZoomPhoneWebhookPost**](ZoomApi.md#zoomWebhookZoomPhoneWebhookPost) | **POST** /zoom-phone/webhook | Zoom Webhook
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## cookietestCookietestGet
|
|
29
|
-
|
|
30
|
-
> Object cookietestCookietestGet()
|
|
31
|
-
|
|
32
|
-
Cookietest
|
|
33
|
-
|
|
34
|
-
### Example
|
|
35
|
-
|
|
36
|
-
```javascript
|
|
37
|
-
import FastApi from 'fast_api';
|
|
38
|
-
|
|
39
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
40
|
-
apiInstance.cookietestCookietestGet((error, data, response) => {
|
|
41
|
-
if (error) {
|
|
42
|
-
console.error(error);
|
|
43
|
-
} else {
|
|
44
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
### Parameters
|
|
50
|
-
|
|
51
|
-
This endpoint does not need any parameter.
|
|
52
|
-
|
|
53
|
-
### Return type
|
|
54
|
-
|
|
55
|
-
**Object**
|
|
56
|
-
|
|
57
|
-
### Authorization
|
|
58
|
-
|
|
59
|
-
No authorization required
|
|
60
|
-
|
|
61
|
-
### HTTP request headers
|
|
62
|
-
|
|
63
|
-
- **Content-Type**: Not defined
|
|
64
|
-
- **Accept**: application/json
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## generateMeetingReportZoomPhoneReportsMeetingPost
|
|
68
|
-
|
|
69
|
-
> Object generateMeetingReportZoomPhoneReportsMeetingPost()
|
|
70
|
-
|
|
71
|
-
Generate Meeting Report
|
|
72
|
-
|
|
73
|
-
Generate a PDF report for a meeting by collecting event data from S3.
|
|
74
|
-
|
|
75
|
-
### Example
|
|
76
|
-
|
|
77
|
-
```javascript
|
|
78
|
-
import FastApi from 'fast_api';
|
|
79
|
-
|
|
80
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
81
|
-
apiInstance.generateMeetingReportZoomPhoneReportsMeetingPost((error, data, response) => {
|
|
82
|
-
if (error) {
|
|
83
|
-
console.error(error);
|
|
84
|
-
} else {
|
|
85
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
86
|
-
}
|
|
87
|
-
});
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
### Parameters
|
|
91
|
-
|
|
92
|
-
This endpoint does not need any parameter.
|
|
93
|
-
|
|
94
|
-
### Return type
|
|
95
|
-
|
|
96
|
-
**Object**
|
|
97
|
-
|
|
98
|
-
### Authorization
|
|
99
|
-
|
|
100
|
-
No authorization required
|
|
101
|
-
|
|
102
|
-
### HTTP request headers
|
|
103
|
-
|
|
104
|
-
- **Content-Type**: Not defined
|
|
105
|
-
- **Accept**: application/json
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## getMeetingDetailsZoomPhoneLogsMeetingDetailsPost
|
|
109
|
-
|
|
110
|
-
> Object getMeetingDetailsZoomPhoneLogsMeetingDetailsPost()
|
|
111
|
-
|
|
112
|
-
Get Meeting Details
|
|
113
|
-
|
|
114
|
-
Get detailed information about a specific meeting including participants and other metadata.
|
|
115
|
-
|
|
116
|
-
### Example
|
|
117
|
-
|
|
118
|
-
```javascript
|
|
119
|
-
import FastApi from 'fast_api';
|
|
120
|
-
|
|
121
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
122
|
-
apiInstance.getMeetingDetailsZoomPhoneLogsMeetingDetailsPost((error, data, response) => {
|
|
123
|
-
if (error) {
|
|
124
|
-
console.error(error);
|
|
125
|
-
} else {
|
|
126
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
### Parameters
|
|
132
|
-
|
|
133
|
-
This endpoint does not need any parameter.
|
|
134
|
-
|
|
135
|
-
### Return type
|
|
136
|
-
|
|
137
|
-
**Object**
|
|
138
|
-
|
|
139
|
-
### Authorization
|
|
140
|
-
|
|
141
|
-
No authorization required
|
|
142
|
-
|
|
143
|
-
### HTTP request headers
|
|
144
|
-
|
|
145
|
-
- **Content-Type**: Not defined
|
|
146
|
-
- **Accept**: application/json
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
## getTicketZoomPhoneTicketAccountIdPost
|
|
150
|
-
|
|
151
|
-
> Object getTicketZoomPhoneTicketAccountIdPost(accountId, opts)
|
|
152
|
-
|
|
153
|
-
Get Ticket
|
|
154
|
-
|
|
155
|
-
Get a ticket for the given account ID and uid for webhook startup.
|
|
156
|
-
|
|
157
|
-
### Example
|
|
158
|
-
|
|
159
|
-
```javascript
|
|
160
|
-
import FastApi from 'fast_api';
|
|
161
|
-
|
|
162
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
163
|
-
let accountId = "accountId_example"; // String |
|
|
164
|
-
let opts = {
|
|
165
|
-
'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
|
|
166
|
-
'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
|
|
167
|
-
};
|
|
168
|
-
apiInstance.getTicketZoomPhoneTicketAccountIdPost(accountId, opts, (error, data, response) => {
|
|
169
|
-
if (error) {
|
|
170
|
-
console.error(error);
|
|
171
|
-
} else {
|
|
172
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
173
|
-
}
|
|
174
|
-
});
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
### Parameters
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
Name | Type | Description | Notes
|
|
181
|
-
------------- | ------------- | ------------- | -------------
|
|
182
|
-
**accountId** | **String**| |
|
|
183
|
-
**clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
|
|
184
|
-
**clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
|
|
185
|
-
|
|
186
|
-
### Return type
|
|
187
|
-
|
|
188
|
-
**Object**
|
|
189
|
-
|
|
190
|
-
### Authorization
|
|
191
|
-
|
|
192
|
-
No authorization required
|
|
193
|
-
|
|
194
|
-
### HTTP request headers
|
|
195
|
-
|
|
196
|
-
- **Content-Type**: Not defined
|
|
197
|
-
- **Accept**: application/json
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## getUserLogsZoomPhoneLogsPolyUserIdGet
|
|
201
|
-
|
|
202
|
-
> Object getUserLogsZoomPhoneLogsPolyUserIdGet(polyUserId, opts)
|
|
203
|
-
|
|
204
|
-
Get User Logs
|
|
205
|
-
|
|
206
|
-
Get meeting and call logs for a specific user with pagination.
|
|
207
|
-
|
|
208
|
-
### Example
|
|
209
|
-
|
|
210
|
-
```javascript
|
|
211
|
-
import FastApi from 'fast_api';
|
|
212
|
-
|
|
213
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
214
|
-
let polyUserId = "polyUserId_example"; // String | Polyguard user ID
|
|
215
|
-
let opts = {
|
|
216
|
-
'page': 1, // Number | Page number, starting from 1
|
|
217
|
-
'pageSize': 10 // Number | Number of records per page
|
|
218
|
-
};
|
|
219
|
-
apiInstance.getUserLogsZoomPhoneLogsPolyUserIdGet(polyUserId, opts, (error, data, response) => {
|
|
220
|
-
if (error) {
|
|
221
|
-
console.error(error);
|
|
222
|
-
} else {
|
|
223
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
224
|
-
}
|
|
225
|
-
});
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
### Parameters
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
Name | Type | Description | Notes
|
|
232
|
-
------------- | ------------- | ------------- | -------------
|
|
233
|
-
**polyUserId** | **String**| Polyguard user ID |
|
|
234
|
-
**page** | **Number**| Page number, starting from 1 | [optional] [default to 1]
|
|
235
|
-
**pageSize** | **Number**| Number of records per page | [optional] [default to 10]
|
|
236
|
-
|
|
237
|
-
### Return type
|
|
238
|
-
|
|
239
|
-
**Object**
|
|
240
|
-
|
|
241
|
-
### Authorization
|
|
242
|
-
|
|
243
|
-
No authorization required
|
|
244
|
-
|
|
245
|
-
### HTTP request headers
|
|
246
|
-
|
|
247
|
-
- **Content-Type**: Not defined
|
|
248
|
-
- **Accept**: application/json
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
## meetingJwtMeetingjwtPost
|
|
252
|
-
|
|
253
|
-
> Object meetingJwtMeetingjwtPost(jWTRequest)
|
|
254
|
-
|
|
255
|
-
Meeting Jwt
|
|
256
|
-
|
|
257
|
-
### Example
|
|
258
|
-
|
|
259
|
-
```javascript
|
|
260
|
-
import FastApi from 'fast_api';
|
|
261
|
-
|
|
262
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
263
|
-
let jWTRequest = new FastApi.JWTRequest(); // JWTRequest |
|
|
264
|
-
apiInstance.meetingJwtMeetingjwtPost(jWTRequest, (error, data, response) => {
|
|
265
|
-
if (error) {
|
|
266
|
-
console.error(error);
|
|
267
|
-
} else {
|
|
268
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
269
|
-
}
|
|
270
|
-
});
|
|
271
|
-
```
|
|
272
|
-
|
|
273
|
-
### Parameters
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
Name | Type | Description | Notes
|
|
277
|
-
------------- | ------------- | ------------- | -------------
|
|
278
|
-
**jWTRequest** | [**JWTRequest**](JWTRequest.md)| |
|
|
279
|
-
|
|
280
|
-
### Return type
|
|
281
|
-
|
|
282
|
-
**Object**
|
|
283
|
-
|
|
284
|
-
### Authorization
|
|
285
|
-
|
|
286
|
-
No authorization required
|
|
287
|
-
|
|
288
|
-
### HTTP request headers
|
|
289
|
-
|
|
290
|
-
- **Content-Type**: application/json
|
|
291
|
-
- **Accept**: application/json
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
## pgGetMeetingDetailsV2ZoomMeetingMeetingUuidGet
|
|
295
|
-
|
|
296
|
-
> Object pgGetMeetingDetailsV2ZoomMeetingMeetingUuidGet(meetingUuid, opts)
|
|
297
|
-
|
|
298
|
-
Pg Get Meeting Details
|
|
299
|
-
|
|
300
|
-
### Example
|
|
301
|
-
|
|
302
|
-
```javascript
|
|
303
|
-
import FastApi from 'fast_api';
|
|
304
|
-
|
|
305
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
306
|
-
let meetingUuid = "meetingUuid_example"; // String |
|
|
307
|
-
let opts = {
|
|
308
|
-
'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
|
|
309
|
-
'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
|
|
310
|
-
};
|
|
311
|
-
apiInstance.pgGetMeetingDetailsV2ZoomMeetingMeetingUuidGet(meetingUuid, opts, (error, data, response) => {
|
|
312
|
-
if (error) {
|
|
313
|
-
console.error(error);
|
|
314
|
-
} else {
|
|
315
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
316
|
-
}
|
|
317
|
-
});
|
|
318
|
-
```
|
|
319
|
-
|
|
320
|
-
### Parameters
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
Name | Type | Description | Notes
|
|
324
|
-
------------- | ------------- | ------------- | -------------
|
|
325
|
-
**meetingUuid** | **String**| |
|
|
326
|
-
**clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
|
|
327
|
-
**clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
|
|
328
|
-
|
|
329
|
-
### Return type
|
|
330
|
-
|
|
331
|
-
**Object**
|
|
332
|
-
|
|
333
|
-
### Authorization
|
|
334
|
-
|
|
335
|
-
No authorization required
|
|
336
|
-
|
|
337
|
-
### HTTP request headers
|
|
338
|
-
|
|
339
|
-
- **Content-Type**: Not defined
|
|
340
|
-
- **Accept**: application/json
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
## pgStartZoomMeetingV2ZoomStartAppIdLinkUuidPost
|
|
344
|
-
|
|
345
|
-
> Object pgStartZoomMeetingV2ZoomStartAppIdLinkUuidPost(appId, linkUuid, startMeetingRequest, opts)
|
|
346
|
-
|
|
347
|
-
Pg Start Zoom Meeting
|
|
348
|
-
|
|
349
|
-
### Example
|
|
350
|
-
|
|
351
|
-
```javascript
|
|
352
|
-
import FastApi from 'fast_api';
|
|
353
|
-
|
|
354
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
355
|
-
let appId = "appId_example"; // String |
|
|
356
|
-
let linkUuid = "linkUuid_example"; // String |
|
|
357
|
-
let startMeetingRequest = new FastApi.StartMeetingRequest(); // StartMeetingRequest |
|
|
358
|
-
let opts = {
|
|
359
|
-
'clientSecret': "'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc'", // String |
|
|
360
|
-
'clientId': "'qxzT5xZCRmCDnvUqbnqHtw'" // String |
|
|
361
|
-
};
|
|
362
|
-
apiInstance.pgStartZoomMeetingV2ZoomStartAppIdLinkUuidPost(appId, linkUuid, startMeetingRequest, opts, (error, data, response) => {
|
|
363
|
-
if (error) {
|
|
364
|
-
console.error(error);
|
|
365
|
-
} else {
|
|
366
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
367
|
-
}
|
|
368
|
-
});
|
|
369
|
-
```
|
|
370
|
-
|
|
371
|
-
### Parameters
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
Name | Type | Description | Notes
|
|
375
|
-
------------- | ------------- | ------------- | -------------
|
|
376
|
-
**appId** | **String**| |
|
|
377
|
-
**linkUuid** | **String**| |
|
|
378
|
-
**startMeetingRequest** | [**StartMeetingRequest**](StartMeetingRequest.md)| |
|
|
379
|
-
**clientSecret** | **String**| | [optional] [default to 'ARlaFJJRMWLexEnPW4AtkCmHmerOaIGc']
|
|
380
|
-
**clientId** | **String**| | [optional] [default to 'qxzT5xZCRmCDnvUqbnqHtw']
|
|
381
|
-
|
|
382
|
-
### Return type
|
|
383
|
-
|
|
384
|
-
**Object**
|
|
385
|
-
|
|
386
|
-
### Authorization
|
|
387
|
-
|
|
388
|
-
No authorization required
|
|
389
|
-
|
|
390
|
-
### HTTP request headers
|
|
391
|
-
|
|
392
|
-
- **Content-Type**: application/json
|
|
393
|
-
- **Accept**: application/json
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
## redirectToAppStoreZoomPhoneAppStoreGet
|
|
397
|
-
|
|
398
|
-
> Object redirectToAppStoreZoomPhoneAppStoreGet()
|
|
399
|
-
|
|
400
|
-
Redirect To App Store
|
|
401
|
-
|
|
402
|
-
### Example
|
|
403
|
-
|
|
404
|
-
```javascript
|
|
405
|
-
import FastApi from 'fast_api';
|
|
406
|
-
|
|
407
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
408
|
-
apiInstance.redirectToAppStoreZoomPhoneAppStoreGet((error, data, response) => {
|
|
409
|
-
if (error) {
|
|
410
|
-
console.error(error);
|
|
411
|
-
} else {
|
|
412
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
413
|
-
}
|
|
414
|
-
});
|
|
415
|
-
```
|
|
416
|
-
|
|
417
|
-
### Parameters
|
|
418
|
-
|
|
419
|
-
This endpoint does not need any parameter.
|
|
420
|
-
|
|
421
|
-
### Return type
|
|
422
|
-
|
|
423
|
-
**Object**
|
|
424
|
-
|
|
425
|
-
### Authorization
|
|
426
|
-
|
|
427
|
-
No authorization required
|
|
428
|
-
|
|
429
|
-
### HTTP request headers
|
|
430
|
-
|
|
431
|
-
- **Content-Type**: Not defined
|
|
432
|
-
- **Accept**: application/json
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
## redirectToMeetingReportZoomPhoneReportsMeetingEncodedS3UrlGet
|
|
436
|
-
|
|
437
|
-
> Object redirectToMeetingReportZoomPhoneReportsMeetingEncodedS3UrlGet(encodedS3Url)
|
|
438
|
-
|
|
439
|
-
Redirect To Meeting Report
|
|
440
|
-
|
|
441
|
-
### Example
|
|
442
|
-
|
|
443
|
-
```javascript
|
|
444
|
-
import FastApi from 'fast_api';
|
|
445
|
-
|
|
446
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
447
|
-
let encodedS3Url = "encodedS3Url_example"; // String |
|
|
448
|
-
apiInstance.redirectToMeetingReportZoomPhoneReportsMeetingEncodedS3UrlGet(encodedS3Url, (error, data, response) => {
|
|
449
|
-
if (error) {
|
|
450
|
-
console.error(error);
|
|
451
|
-
} else {
|
|
452
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
453
|
-
}
|
|
454
|
-
});
|
|
455
|
-
```
|
|
456
|
-
|
|
457
|
-
### Parameters
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
Name | Type | Description | Notes
|
|
461
|
-
------------- | ------------- | ------------- | -------------
|
|
462
|
-
**encodedS3Url** | **String**| |
|
|
463
|
-
|
|
464
|
-
### Return type
|
|
465
|
-
|
|
466
|
-
**Object**
|
|
467
|
-
|
|
468
|
-
### Authorization
|
|
469
|
-
|
|
470
|
-
No authorization required
|
|
471
|
-
|
|
472
|
-
### HTTP request headers
|
|
473
|
-
|
|
474
|
-
- **Content-Type**: Not defined
|
|
475
|
-
- **Accept**: application/json
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
## testWebsocketDisconnectZoomPhoneTestDisconnectPost
|
|
479
|
-
|
|
480
|
-
> Object testWebsocketDisconnectZoomPhoneTestDisconnectPost()
|
|
481
|
-
|
|
482
|
-
Test Websocket Disconnect
|
|
483
|
-
|
|
484
|
-
### Example
|
|
485
|
-
|
|
486
|
-
```javascript
|
|
487
|
-
import FastApi from 'fast_api';
|
|
488
|
-
|
|
489
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
490
|
-
apiInstance.testWebsocketDisconnectZoomPhoneTestDisconnectPost((error, data, response) => {
|
|
491
|
-
if (error) {
|
|
492
|
-
console.error(error);
|
|
493
|
-
} else {
|
|
494
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
495
|
-
}
|
|
496
|
-
});
|
|
497
|
-
```
|
|
498
|
-
|
|
499
|
-
### Parameters
|
|
500
|
-
|
|
501
|
-
This endpoint does not need any parameter.
|
|
502
|
-
|
|
503
|
-
### Return type
|
|
504
|
-
|
|
505
|
-
**Object**
|
|
506
|
-
|
|
507
|
-
### Authorization
|
|
508
|
-
|
|
509
|
-
No authorization required
|
|
510
|
-
|
|
511
|
-
### HTTP request headers
|
|
512
|
-
|
|
513
|
-
- **Content-Type**: Not defined
|
|
514
|
-
- **Accept**: application/json
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
## webhookWebhookPost
|
|
518
|
-
|
|
519
|
-
> Object webhookWebhookPost(xZmSignature, xZmRequestTimestamp)
|
|
520
|
-
|
|
521
|
-
Webhook
|
|
522
|
-
|
|
523
|
-
### Example
|
|
524
|
-
|
|
525
|
-
```javascript
|
|
526
|
-
import FastApi from 'fast_api';
|
|
527
|
-
|
|
528
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
529
|
-
let xZmSignature = "xZmSignature_example"; // String |
|
|
530
|
-
let xZmRequestTimestamp = "xZmRequestTimestamp_example"; // String |
|
|
531
|
-
apiInstance.webhookWebhookPost(xZmSignature, xZmRequestTimestamp, (error, data, response) => {
|
|
532
|
-
if (error) {
|
|
533
|
-
console.error(error);
|
|
534
|
-
} else {
|
|
535
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
536
|
-
}
|
|
537
|
-
});
|
|
538
|
-
```
|
|
539
|
-
|
|
540
|
-
### Parameters
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
Name | Type | Description | Notes
|
|
544
|
-
------------- | ------------- | ------------- | -------------
|
|
545
|
-
**xZmSignature** | **String**| |
|
|
546
|
-
**xZmRequestTimestamp** | **String**| |
|
|
547
|
-
|
|
548
|
-
### Return type
|
|
549
|
-
|
|
550
|
-
**Object**
|
|
551
|
-
|
|
552
|
-
### Authorization
|
|
553
|
-
|
|
554
|
-
No authorization required
|
|
555
|
-
|
|
556
|
-
### HTTP request headers
|
|
557
|
-
|
|
558
|
-
- **Content-Type**: Not defined
|
|
559
|
-
- **Accept**: application/json
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
## zoomCallbackZoomCallbackPost
|
|
563
|
-
|
|
564
|
-
> Object zoomCallbackZoomCallbackPost(error, code)
|
|
565
|
-
|
|
566
|
-
Zoom Callback
|
|
567
|
-
|
|
568
|
-
### Example
|
|
569
|
-
|
|
570
|
-
```javascript
|
|
571
|
-
import FastApi from 'fast_api';
|
|
572
|
-
|
|
573
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
574
|
-
let error = null; // Object |
|
|
575
|
-
let code = null; // Object |
|
|
576
|
-
apiInstance.zoomCallbackZoomCallbackPost(error, code, (error, data, response) => {
|
|
577
|
-
if (error) {
|
|
578
|
-
console.error(error);
|
|
579
|
-
} else {
|
|
580
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
581
|
-
}
|
|
582
|
-
});
|
|
583
|
-
```
|
|
584
|
-
|
|
585
|
-
### Parameters
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
Name | Type | Description | Notes
|
|
589
|
-
------------- | ------------- | ------------- | -------------
|
|
590
|
-
**error** | [**Object**](.md)| |
|
|
591
|
-
**code** | [**Object**](.md)| |
|
|
592
|
-
|
|
593
|
-
### Return type
|
|
594
|
-
|
|
595
|
-
**Object**
|
|
596
|
-
|
|
597
|
-
### Authorization
|
|
598
|
-
|
|
599
|
-
No authorization required
|
|
600
|
-
|
|
601
|
-
### HTTP request headers
|
|
602
|
-
|
|
603
|
-
- **Content-Type**: Not defined
|
|
604
|
-
- **Accept**: application/json
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
## zoomInstallInstallGet
|
|
608
|
-
|
|
609
|
-
> Object zoomInstallInstallGet(opts)
|
|
610
|
-
|
|
611
|
-
Zoom Install
|
|
612
|
-
|
|
613
|
-
### Example
|
|
614
|
-
|
|
615
|
-
```javascript
|
|
616
|
-
import FastApi from 'fast_api';
|
|
617
|
-
|
|
618
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
619
|
-
let opts = {
|
|
620
|
-
'code': null, // Object |
|
|
621
|
-
'error': null // Object |
|
|
622
|
-
};
|
|
623
|
-
apiInstance.zoomInstallInstallGet(opts, (error, data, response) => {
|
|
624
|
-
if (error) {
|
|
625
|
-
console.error(error);
|
|
626
|
-
} else {
|
|
627
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
628
|
-
}
|
|
629
|
-
});
|
|
630
|
-
```
|
|
631
|
-
|
|
632
|
-
### Parameters
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
Name | Type | Description | Notes
|
|
636
|
-
------------- | ------------- | ------------- | -------------
|
|
637
|
-
**code** | [**Object**](.md)| | [optional]
|
|
638
|
-
**error** | [**Object**](.md)| | [optional]
|
|
639
|
-
|
|
640
|
-
### Return type
|
|
641
|
-
|
|
642
|
-
**Object**
|
|
643
|
-
|
|
644
|
-
### Authorization
|
|
645
|
-
|
|
646
|
-
No authorization required
|
|
647
|
-
|
|
648
|
-
### HTTP request headers
|
|
649
|
-
|
|
650
|
-
- **Content-Type**: Not defined
|
|
651
|
-
- **Accept**: application/json
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
## zoomInstallInstallPost
|
|
655
|
-
|
|
656
|
-
> Object zoomInstallInstallPost(opts)
|
|
657
|
-
|
|
658
|
-
Zoom Install
|
|
659
|
-
|
|
660
|
-
### Example
|
|
661
|
-
|
|
662
|
-
```javascript
|
|
663
|
-
import FastApi from 'fast_api';
|
|
664
|
-
|
|
665
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
666
|
-
let opts = {
|
|
667
|
-
'code': null, // Object |
|
|
668
|
-
'error': null // Object |
|
|
669
|
-
};
|
|
670
|
-
apiInstance.zoomInstallInstallPost(opts, (error, data, response) => {
|
|
671
|
-
if (error) {
|
|
672
|
-
console.error(error);
|
|
673
|
-
} else {
|
|
674
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
675
|
-
}
|
|
676
|
-
});
|
|
677
|
-
```
|
|
678
|
-
|
|
679
|
-
### Parameters
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
Name | Type | Description | Notes
|
|
683
|
-
------------- | ------------- | ------------- | -------------
|
|
684
|
-
**code** | [**Object**](.md)| | [optional]
|
|
685
|
-
**error** | [**Object**](.md)| | [optional]
|
|
686
|
-
|
|
687
|
-
### Return type
|
|
688
|
-
|
|
689
|
-
**Object**
|
|
690
|
-
|
|
691
|
-
### Authorization
|
|
692
|
-
|
|
693
|
-
No authorization required
|
|
694
|
-
|
|
695
|
-
### HTTP request headers
|
|
696
|
-
|
|
697
|
-
- **Content-Type**: Not defined
|
|
698
|
-
- **Accept**: application/json
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
## zoomPhoneInstallZoomPhoneInstallGet
|
|
702
|
-
|
|
703
|
-
> Object zoomPhoneInstallZoomPhoneInstallGet(opts)
|
|
704
|
-
|
|
705
|
-
Zoom Phone Install
|
|
706
|
-
|
|
707
|
-
### Example
|
|
708
|
-
|
|
709
|
-
```javascript
|
|
710
|
-
import FastApi from 'fast_api';
|
|
711
|
-
|
|
712
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
713
|
-
let opts = {
|
|
714
|
-
'code': null, // Object |
|
|
715
|
-
'state': null, // Object |
|
|
716
|
-
'error': null, // Object |
|
|
717
|
-
'redirectUri': "''" // String |
|
|
718
|
-
};
|
|
719
|
-
apiInstance.zoomPhoneInstallZoomPhoneInstallGet(opts, (error, data, response) => {
|
|
720
|
-
if (error) {
|
|
721
|
-
console.error(error);
|
|
722
|
-
} else {
|
|
723
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
724
|
-
}
|
|
725
|
-
});
|
|
726
|
-
```
|
|
727
|
-
|
|
728
|
-
### Parameters
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
Name | Type | Description | Notes
|
|
732
|
-
------------- | ------------- | ------------- | -------------
|
|
733
|
-
**code** | [**Object**](.md)| | [optional]
|
|
734
|
-
**state** | [**Object**](.md)| | [optional]
|
|
735
|
-
**error** | [**Object**](.md)| | [optional]
|
|
736
|
-
**redirectUri** | **String**| | [optional] [default to '']
|
|
737
|
-
|
|
738
|
-
### Return type
|
|
739
|
-
|
|
740
|
-
**Object**
|
|
741
|
-
|
|
742
|
-
### Authorization
|
|
743
|
-
|
|
744
|
-
No authorization required
|
|
745
|
-
|
|
746
|
-
### HTTP request headers
|
|
747
|
-
|
|
748
|
-
- **Content-Type**: Not defined
|
|
749
|
-
- **Accept**: application/json
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
## zoomPhoneInstallZoomPhoneInstallPost
|
|
753
|
-
|
|
754
|
-
> Object zoomPhoneInstallZoomPhoneInstallPost(opts)
|
|
755
|
-
|
|
756
|
-
Zoom Phone Install
|
|
757
|
-
|
|
758
|
-
### Example
|
|
759
|
-
|
|
760
|
-
```javascript
|
|
761
|
-
import FastApi from 'fast_api';
|
|
762
|
-
|
|
763
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
764
|
-
let opts = {
|
|
765
|
-
'code': null, // Object |
|
|
766
|
-
'state': null, // Object |
|
|
767
|
-
'error': null, // Object |
|
|
768
|
-
'redirectUri': "''" // String |
|
|
769
|
-
};
|
|
770
|
-
apiInstance.zoomPhoneInstallZoomPhoneInstallPost(opts, (error, data, response) => {
|
|
771
|
-
if (error) {
|
|
772
|
-
console.error(error);
|
|
773
|
-
} else {
|
|
774
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
775
|
-
}
|
|
776
|
-
});
|
|
777
|
-
```
|
|
778
|
-
|
|
779
|
-
### Parameters
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
Name | Type | Description | Notes
|
|
783
|
-
------------- | ------------- | ------------- | -------------
|
|
784
|
-
**code** | [**Object**](.md)| | [optional]
|
|
785
|
-
**state** | [**Object**](.md)| | [optional]
|
|
786
|
-
**error** | [**Object**](.md)| | [optional]
|
|
787
|
-
**redirectUri** | **String**| | [optional] [default to '']
|
|
788
|
-
|
|
789
|
-
### Return type
|
|
790
|
-
|
|
791
|
-
**Object**
|
|
792
|
-
|
|
793
|
-
### Authorization
|
|
794
|
-
|
|
795
|
-
No authorization required
|
|
796
|
-
|
|
797
|
-
### HTTP request headers
|
|
798
|
-
|
|
799
|
-
- **Content-Type**: Not defined
|
|
800
|
-
- **Accept**: application/json
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
## zoomWebhookZoomPhoneWebhookPost
|
|
804
|
-
|
|
805
|
-
> Object zoomWebhookZoomPhoneWebhookPost(opts)
|
|
806
|
-
|
|
807
|
-
Zoom Webhook
|
|
808
|
-
|
|
809
|
-
Handle incoming webhooks from Zoom Phone.
|
|
810
|
-
|
|
811
|
-
### Example
|
|
812
|
-
|
|
813
|
-
```javascript
|
|
814
|
-
import FastApi from 'fast_api';
|
|
815
|
-
|
|
816
|
-
let apiInstance = new FastApi.ZoomApi();
|
|
817
|
-
let opts = {
|
|
818
|
-
'dependencies': null // Object |
|
|
819
|
-
};
|
|
820
|
-
apiInstance.zoomWebhookZoomPhoneWebhookPost(opts, (error, data, response) => {
|
|
821
|
-
if (error) {
|
|
822
|
-
console.error(error);
|
|
823
|
-
} else {
|
|
824
|
-
console.log('API called successfully. Returned data: ' + data);
|
|
825
|
-
}
|
|
826
|
-
});
|
|
827
|
-
```
|
|
828
|
-
|
|
829
|
-
### Parameters
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
Name | Type | Description | Notes
|
|
833
|
-
------------- | ------------- | ------------- | -------------
|
|
834
|
-
**dependencies** | [**Object**](.md)| | [optional]
|
|
835
|
-
|
|
836
|
-
### Return type
|
|
837
|
-
|
|
838
|
-
**Object**
|
|
839
|
-
|
|
840
|
-
### Authorization
|
|
841
|
-
|
|
842
|
-
No authorization required
|
|
843
|
-
|
|
844
|
-
### HTTP request headers
|
|
845
|
-
|
|
846
|
-
- **Content-Type**: Not defined
|
|
847
|
-
- **Accept**: application/json
|
|
848
|
-
|