twilio-taskrouter 0.6.0 → 0.6.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/CHANGELOG.md +35 -0
- package/README.md +7 -0
- package/dist/docs/Activity.html +4 -4
- package/dist/docs/Channel.html +4 -4
- package/dist/docs/IncomingTransfer.html +6 -6
- package/dist/docs/OutgoingTransfer.html +8 -8
- package/dist/docs/Reservation.html +43 -43
- package/dist/docs/Task.html +16 -16
- package/dist/docs/TaskQueue.html +3 -3
- package/dist/docs/Transfers.html +3 -3
- package/dist/docs/Worker.html +49 -17
- package/dist/docs/classes.list.html +4 -4
- package/dist/docs/index.html +48 -23
- package/dist/docs/quicksearch.html +1 -1
- package/dist/index.commonjs2.js +2 -10
- package/dist/index.commonjs2.js.LICENSE.txt +1 -0
- package/dist/index.window.js +3 -10
- package/dist/index.window.js.LICENSE.txt +1 -0
- package/dist/types.d.ts +1 -1
- package/package.json +43 -38
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,44 @@
|
|
|
1
|
+
0.6.1
|
|
2
|
+
==========
|
|
3
|
+
Bug Fixes
|
|
4
|
+
----------
|
|
5
|
+
- Handle version mismatch in Worker after creating or completing reservations
|
|
6
|
+
|
|
7
|
+
|
|
1
8
|
0.6.0
|
|
2
9
|
==========
|
|
3
10
|
New Features
|
|
4
11
|
----------
|
|
5
12
|
- Add `version` field to TaskRouter resources (Task, Reservation and Worker)
|
|
6
13
|
|
|
14
|
+
0.5.13
|
|
15
|
+
==========
|
|
16
|
+
New Features
|
|
17
|
+
----------
|
|
18
|
+
- TR SDK Now starts supporting edge & region parameter
|
|
19
|
+
|
|
20
|
+
0.5.11
|
|
21
|
+
==========
|
|
22
|
+
Bug Fixes
|
|
23
|
+
----------
|
|
24
|
+
- Improved the fix for race condition when initiating task transfer
|
|
25
|
+
|
|
26
|
+
Maintenance
|
|
27
|
+
----------
|
|
28
|
+
- Upgraded several dependencies to more recents versions
|
|
29
|
+
- Upgraded node engine requirement from 6 to >=12.17.0
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
0.5.10
|
|
33
|
+
==========
|
|
34
|
+
Bug Fixes
|
|
35
|
+
----------
|
|
36
|
+
- Fixed heartbeat attempting to close websocket after it was already closed
|
|
37
|
+
|
|
38
|
+
Maintenance
|
|
39
|
+
----------
|
|
40
|
+
- Add missing type declarations
|
|
41
|
+
|
|
7
42
|
0.5.9
|
|
8
43
|
==========
|
|
9
44
|
Bug Fixes
|
package/README.md
CHANGED
|
@@ -111,6 +111,13 @@ Before commits, be sure to validate by running:
|
|
|
111
111
|
make lint
|
|
112
112
|
```
|
|
113
113
|
|
|
114
|
+
Testing
|
|
115
|
+
------------
|
|
116
|
+
- Create a twilio account
|
|
117
|
+
- copy ./test/integration_test_setup/.env.example to ./test/integration_test_setup/.env
|
|
118
|
+
- set ACCOUNT_SID, AUTH_TOKEN, SIGNING_KEY_SID, SIGNING_KEY_SECRET
|
|
119
|
+
- Run ./test/integration_test_setup/RunIntegrationTestLocal.sh this will create everything needed for running E2E tests and run the tests
|
|
120
|
+
|
|
114
121
|
Contributing
|
|
115
122
|
------------
|
|
116
123
|
|
package/dist/docs/Activity.html
CHANGED
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
|
|
547
547
|
<div class="param-desc">
|
|
548
548
|
<ul>
|
|
549
|
-
<li>Rejected if the <a href="Worker.html">Worker</a
|
|
549
|
+
<li>Rejected if the <a href="Worker.html">Worker</a>'s activity state could not be set</li>
|
|
550
550
|
</ul>
|
|
551
551
|
</div>
|
|
552
552
|
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
<div class="modal-dialog">
|
|
746
746
|
<div class="modal-content">
|
|
747
747
|
<div class="modal-header">
|
|
748
|
-
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"
|
|
748
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
749
749
|
<h4 class="modal-title">Search results</h4>
|
|
750
750
|
</div>
|
|
751
751
|
<div class="modal-body"></div>
|
|
@@ -761,9 +761,9 @@
|
|
|
761
761
|
|
|
762
762
|
|
|
763
763
|
<span class="jsdoc-message">
|
|
764
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
|
764
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
|
|
765
765
|
|
|
766
|
-
on 2022-
|
|
766
|
+
on 2022-09-05T08:54:25+00:00
|
|
767
767
|
|
|
768
768
|
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
769
769
|
</span>
|
package/dist/docs/Channel.html
CHANGED
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
|
|
232
232
|
|
|
233
233
|
<td class="description last"><p>The current available capacity of this <a href="Worker.html">Worker</a> to handle
|
|
234
|
-
|
|
234
|
+
<a href="Task.html">Task</a>s of this <a href="Channel.html">Channel</a> type</p></td>
|
|
235
235
|
</tr>
|
|
236
236
|
|
|
237
237
|
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
<div class="modal-dialog">
|
|
822
822
|
<div class="modal-content">
|
|
823
823
|
<div class="modal-header">
|
|
824
|
-
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"
|
|
824
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
825
825
|
<h4 class="modal-title">Search results</h4>
|
|
826
826
|
</div>
|
|
827
827
|
<div class="modal-body"></div>
|
|
@@ -837,9 +837,9 @@
|
|
|
837
837
|
|
|
838
838
|
|
|
839
839
|
<span class="jsdoc-message">
|
|
840
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
|
840
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
|
|
841
841
|
|
|
842
|
-
on 2022-
|
|
842
|
+
on 2022-09-05T08:54:25+00:00
|
|
843
843
|
|
|
844
844
|
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
845
845
|
</span>
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
<td class="description last"><p>Transfer mode [
|
|
209
|
+
<td class="description last"><p>Transfer mode ['WARM', 'COLD']</p></td>
|
|
210
210
|
</tr>
|
|
211
211
|
|
|
212
212
|
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
|
|
281
|
-
<td class="description last"><p>[
|
|
281
|
+
<td class="description last"><p>['INITIATED', 'FAILED', 'COMPLETE', 'CANCELED']</p></td>
|
|
282
282
|
</tr>
|
|
283
283
|
|
|
284
284
|
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
|
|
327
327
|
|
|
328
328
|
|
|
329
|
-
<td class="description last"><p>The transfer type [
|
|
329
|
+
<td class="description last"><p>The transfer type ['QUEUE', 'WORKER']</p></td>
|
|
330
330
|
</tr>
|
|
331
331
|
|
|
332
332
|
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
<div class="modal-dialog">
|
|
458
458
|
<div class="modal-content">
|
|
459
459
|
<div class="modal-header">
|
|
460
|
-
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"
|
|
460
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
461
461
|
<h4 class="modal-title">Search results</h4>
|
|
462
462
|
</div>
|
|
463
463
|
<div class="modal-body"></div>
|
|
@@ -473,9 +473,9 @@
|
|
|
473
473
|
|
|
474
474
|
|
|
475
475
|
<span class="jsdoc-message">
|
|
476
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
|
476
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
|
|
477
477
|
|
|
478
|
-
on 2022-
|
|
478
|
+
on 2022-09-05T08:54:25+00:00
|
|
479
479
|
|
|
480
480
|
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
481
481
|
</span>
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
<td class="description last"><p>Transfer mode [
|
|
209
|
+
<td class="description last"><p>Transfer mode ['WARM', 'COLD']</p></td>
|
|
210
210
|
</tr>
|
|
211
211
|
|
|
212
212
|
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
|
|
281
|
-
<td class="description last"><p>[
|
|
281
|
+
<td class="description last"><p>['INITIATED', 'FAILED', 'COMPLETED', 'CANCELED']</p></td>
|
|
282
282
|
</tr>
|
|
283
283
|
|
|
284
284
|
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
|
|
351
351
|
|
|
352
352
|
|
|
353
|
-
<td class="description last"><p>The transfer type [
|
|
353
|
+
<td class="description last"><p>The transfer type ['QUEUE', 'WORKER']</p></td>
|
|
354
354
|
</tr>
|
|
355
355
|
|
|
356
356
|
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
|
|
533
533
|
<div class="param-desc">
|
|
534
534
|
<ul>
|
|
535
|
-
<li>Rejected if the <a href="OutgoingTransfer.html">OutgoingTransfer</a> state could not be updated to
|
|
535
|
+
<li>Rejected if the <a href="OutgoingTransfer.html">OutgoingTransfer</a> state could not be updated to 'canceled'</li>
|
|
536
536
|
</ul>
|
|
537
537
|
</div>
|
|
538
538
|
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
|
|
706
706
|
|
|
707
707
|
<div class="description">
|
|
708
|
-
<p>The <a href="Task.html">Task</a
|
|
708
|
+
<p>The <a href="Task.html">Task</a>'s current <a href="OutgoingTransfer.html">OutgoingTransfer</a> has successfully been cancelled</p>
|
|
709
709
|
</div>
|
|
710
710
|
|
|
711
711
|
|
|
@@ -1106,7 +1106,7 @@ No more attempts on the <a href="OutgoingTransfer.html">OutgoingTransfer</a> wil
|
|
|
1106
1106
|
<div class="modal-dialog">
|
|
1107
1107
|
<div class="modal-content">
|
|
1108
1108
|
<div class="modal-header">
|
|
1109
|
-
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"
|
|
1109
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
1110
1110
|
<h4 class="modal-title">Search results</h4>
|
|
1111
1111
|
</div>
|
|
1112
1112
|
<div class="modal-body"></div>
|
|
@@ -1122,9 +1122,9 @@ No more attempts on the <a href="OutgoingTransfer.html">OutgoingTransfer</a> wil
|
|
|
1122
1122
|
|
|
1123
1123
|
|
|
1124
1124
|
<span class="jsdoc-message">
|
|
1125
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
|
1125
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
|
|
1126
1126
|
|
|
1127
|
-
on 2022-
|
|
1127
|
+
on 2022-09-05T08:54:25+00:00
|
|
1128
1128
|
|
|
1129
1129
|
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
1130
1130
|
</span>
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
|
|
283
283
|
<td class="description last"><p>The current state of the <a href="Reservation.html">Reservation</a>.
|
|
284
|
-
|
|
284
|
+
Options: ['pending', 'accepted', 'rejected', 'timeout', 'canceled', 'rescinded', 'wrapping', 'completed'].</p></td>
|
|
285
285
|
</tr>
|
|
286
286
|
|
|
287
287
|
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
|
|
708
708
|
|
|
709
709
|
|
|
710
|
-
<td class="description last"><p>A valid TwiML URI that is executed on the answering Worker
|
|
710
|
+
<td class="description last"><p>A valid TwiML URI that is executed on the answering Worker's leg</p></td>
|
|
711
711
|
</tr>
|
|
712
712
|
|
|
713
713
|
|
|
@@ -1114,8 +1114,8 @@
|
|
|
1114
1114
|
|
|
1115
1115
|
<div class="description">
|
|
1116
1116
|
<p>Dequeue the <a href="Reservation.html">Reservation</a> to the <a href="Worker.html">Worker</a>. This will perform telephony to dequeue a
|
|
1117
|
-
|
|
1118
|
-
|
|
1117
|
+
<a href="Task.html">Task</a> that was enqueued using the Enqueue TwiML verb. A contact_uri must exist
|
|
1118
|
+
in the <a href="Worker.html">Worker</a>'s attributes for this call to go through.</p>
|
|
1119
1119
|
</div>
|
|
1120
1120
|
|
|
1121
1121
|
|
|
@@ -1473,7 +1473,7 @@
|
|
|
1473
1473
|
|
|
1474
1474
|
|
|
1475
1475
|
|
|
1476
|
-
<td class="description last"><p>A valid TwiML URI that is executed on the Caller
|
|
1476
|
+
<td class="description last"><p>A valid TwiML URI that is executed on the Caller's leg upon redirecting</p></td>
|
|
1477
1477
|
</tr>
|
|
1478
1478
|
|
|
1479
1479
|
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
|
|
1776
1776
|
|
|
1777
1777
|
<div class="description">
|
|
1778
|
-
<p>Update the <a href="Worker.html">Worker</a
|
|
1778
|
+
<p>Update the <a href="Worker.html">Worker</a>'s leg in the Conference associated to this <a href="Reservation.html">Reservation</a></p>
|
|
1779
1779
|
</div>
|
|
1780
1780
|
|
|
1781
1781
|
|
|
@@ -1904,7 +1904,7 @@
|
|
|
1904
1904
|
|
|
1905
1905
|
<div class="param-desc">
|
|
1906
1906
|
<ul>
|
|
1907
|
-
<li>Rejected if unable to update the Worker
|
|
1907
|
+
<li>Rejected if unable to update the Worker's leg in the Conference tied to the <a href="Reservation.html">Reservation</a></li>
|
|
1908
1908
|
</ul>
|
|
1909
1909
|
</div>
|
|
1910
1910
|
|
|
@@ -2129,7 +2129,7 @@
|
|
|
2129
2129
|
|
|
2130
2130
|
|
|
2131
2131
|
<td class="description last"><p>Represents whether the <a href="Task.html">Task</a> should be
|
|
2132
|
-
|
|
2132
|
+
accepted before initiating the call</p></td>
|
|
2133
2133
|
</tr>
|
|
2134
2134
|
|
|
2135
2135
|
|
|
@@ -2162,7 +2162,7 @@
|
|
|
2162
2162
|
|
|
2163
2163
|
<td class="default">
|
|
2164
2164
|
|
|
2165
|
-
|
|
2165
|
+
'do-not-record'
|
|
2166
2166
|
|
|
2167
2167
|
</td>
|
|
2168
2168
|
|
|
@@ -2244,7 +2244,7 @@
|
|
|
2244
2244
|
|
|
2245
2245
|
|
|
2246
2246
|
<td class="description last"><p>The number or endpoint that should be called.
|
|
2247
|
-
|
|
2247
|
+
If not provided, the contact_uri defined in the <a href="Worker.html">Worker</a> attributes will be used</p></td>
|
|
2248
2248
|
</tr>
|
|
2249
2249
|
|
|
2250
2250
|
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
</td>
|
|
2283
2283
|
|
|
2284
2284
|
|
|
2285
|
-
<td class="description last"><p>The integer number of seconds Twilio should allow the phone associated to
|
|
2285
|
+
<td class="description last"><p>The integer number of seconds Twilio should allow the phone associated to "contact_uri" to ring</p></td>
|
|
2286
2286
|
</tr>
|
|
2287
2287
|
|
|
2288
2288
|
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
|
|
2422
2422
|
|
|
2423
2423
|
<td class="description last"><p>The contact uri of the <a href="Worker.html">Worker</a>; can be a phone
|
|
2424
|
-
|
|
2424
|
+
number or a client ID. Required, if no contact_uri on the <a href="Worker.html">Worker</a>'s attributes.</p></td>
|
|
2425
2425
|
</tr>
|
|
2426
2426
|
|
|
2427
2427
|
|
|
@@ -2460,7 +2460,7 @@
|
|
|
2460
2460
|
|
|
2461
2461
|
|
|
2462
2462
|
<td class="description last"><p>The caller id for the call to the <a href="Worker.html">Worker</a>.
|
|
2463
|
-
|
|
2463
|
+
Must be a verified Twilio number.</p></td>
|
|
2464
2464
|
</tr>
|
|
2465
2465
|
|
|
2466
2466
|
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
|
|
2500
2500
|
|
|
2501
2501
|
<td class="description last"><p>The integer number of seconds that
|
|
2502
|
-
|
|
2502
|
+
Twilio should allow the call to ring before assuming there is no answer.</p></td>
|
|
2503
2503
|
</tr>
|
|
2504
2504
|
|
|
2505
2505
|
|
|
@@ -2570,7 +2570,7 @@
|
|
|
2570
2570
|
|
|
2571
2571
|
<td class="default">
|
|
2572
2572
|
|
|
2573
|
-
|
|
2573
|
+
'POST'
|
|
2574
2574
|
|
|
2575
2575
|
</td>
|
|
2576
2576
|
|
|
@@ -2608,13 +2608,13 @@
|
|
|
2608
2608
|
|
|
2609
2609
|
<td class="default">
|
|
2610
2610
|
|
|
2611
|
-
|
|
2611
|
+
'completed'
|
|
2612
2612
|
|
|
2613
2613
|
</td>
|
|
2614
2614
|
|
|
2615
2615
|
|
|
2616
2616
|
<td class="description last"><p>A comma separated list of events to subscribe to.
|
|
2617
|
-
|
|
2617
|
+
The possible list of events are: ['initiated', 'ringing', 'answered', 'completed'].</p></td>
|
|
2618
2618
|
</tr>
|
|
2619
2619
|
|
|
2620
2620
|
|
|
@@ -2647,7 +2647,7 @@
|
|
|
2647
2647
|
|
|
2648
2648
|
<td class="default">
|
|
2649
2649
|
|
|
2650
|
-
|
|
2650
|
+
'do-not-record'
|
|
2651
2651
|
|
|
2652
2652
|
</td>
|
|
2653
2653
|
|
|
@@ -2732,7 +2732,7 @@
|
|
|
2732
2732
|
|
|
2733
2733
|
|
|
2734
2734
|
<td class="description last"><p>Whether the <a href="Worker.html">Worker</a> leg should be when entering the Conference.
|
|
2735
|
-
|
|
2735
|
+
The options for beep are: [true, false, 'onEnter', 'onExit'].</p></td>
|
|
2736
2736
|
</tr>
|
|
2737
2737
|
|
|
2738
2738
|
|
|
@@ -2955,7 +2955,7 @@
|
|
|
2955
2955
|
|
|
2956
2956
|
<td class="default">
|
|
2957
2957
|
|
|
2958
|
-
|
|
2958
|
+
'POST'
|
|
2959
2959
|
|
|
2960
2960
|
</td>
|
|
2961
2961
|
|
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
|
|
3108
3108
|
<td class="default">
|
|
3109
3109
|
|
|
3110
|
-
|
|
3110
|
+
'POST'
|
|
3111
3111
|
|
|
3112
3112
|
</td>
|
|
3113
3113
|
|
|
@@ -3145,13 +3145,13 @@
|
|
|
3145
3145
|
|
|
3146
3146
|
<td class="default">
|
|
3147
3147
|
|
|
3148
|
-
|
|
3148
|
+
'start,end'
|
|
3149
3149
|
|
|
3150
3150
|
</td>
|
|
3151
3151
|
|
|
3152
3152
|
|
|
3153
3153
|
<td class="description last"><p>A comma separated list of Conference events to subscribe to.
|
|
3154
|
-
|
|
3154
|
+
The possible list of events are: ['start', 'end', 'join', 'leave', 'mute', 'hold', 'speaker'].</p></td>
|
|
3155
3155
|
</tr>
|
|
3156
3156
|
|
|
3157
3157
|
|
|
@@ -3193,7 +3193,7 @@
|
|
|
3193
3193
|
|
|
3194
3194
|
|
|
3195
3195
|
<td class="description last"><p>Whether the entire Conference should be recorded.
|
|
3196
|
-
|
|
3196
|
+
The possible options for conferenceRecord are: [true, false, 'record-from-start', 'do-not-record'].</p></td>
|
|
3197
3197
|
</tr>
|
|
3198
3198
|
|
|
3199
3199
|
|
|
@@ -3226,13 +3226,13 @@
|
|
|
3226
3226
|
|
|
3227
3227
|
<td class="default">
|
|
3228
3228
|
|
|
3229
|
-
|
|
3229
|
+
'trim-silence'
|
|
3230
3230
|
|
|
3231
3231
|
</td>
|
|
3232
3232
|
|
|
3233
3233
|
|
|
3234
3234
|
<td class="description last"><p>Whether to trim the Conference recording.
|
|
3235
|
-
|
|
3235
|
+
The options for conferenceTrim are: ['trim-silence', 'do-not-trim'].</p></td>
|
|
3236
3236
|
</tr>
|
|
3237
3237
|
|
|
3238
3238
|
|
|
@@ -3265,12 +3265,12 @@
|
|
|
3265
3265
|
|
|
3266
3266
|
<td class="default">
|
|
3267
3267
|
|
|
3268
|
-
|
|
3268
|
+
'mono'
|
|
3269
3269
|
|
|
3270
3270
|
</td>
|
|
3271
3271
|
|
|
3272
3272
|
|
|
3273
|
-
<td class="description last"><p>Which channel of the Conference to record. The options are: [
|
|
3273
|
+
<td class="description last"><p>Which channel of the Conference to record. The options are: ['mono', 'dual'].</p></td>
|
|
3274
3274
|
</tr>
|
|
3275
3275
|
|
|
3276
3276
|
|
|
@@ -3341,7 +3341,7 @@
|
|
|
3341
3341
|
|
|
3342
3342
|
<td class="default">
|
|
3343
3343
|
|
|
3344
|
-
|
|
3344
|
+
'POST'
|
|
3345
3345
|
|
|
3346
3346
|
</td>
|
|
3347
3347
|
|
|
@@ -3417,7 +3417,7 @@
|
|
|
3417
3417
|
|
|
3418
3418
|
<td class="default">
|
|
3419
3419
|
|
|
3420
|
-
|
|
3420
|
+
'POST'
|
|
3421
3421
|
|
|
3422
3422
|
</td>
|
|
3423
3423
|
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
</td>
|
|
3461
3461
|
|
|
3462
3462
|
|
|
3463
|
-
<td class="description last"><p>The specific region. The options for region are: [
|
|
3463
|
+
<td class="description last"><p>The specific region. The options for region are: ['us1', 'ie1', 'sg1', 'br1', 'au1', 'jp1'].</p></td>
|
|
3464
3464
|
</tr>
|
|
3465
3465
|
|
|
3466
3466
|
|
|
@@ -3675,7 +3675,7 @@
|
|
|
3675
3675
|
|
|
3676
3676
|
|
|
3677
3677
|
<td class="description last"><p>The caller id for the call to the <a href="Worker.html">Worker</a>.
|
|
3678
|
-
|
|
3678
|
+
Must be a verified Twilio number.</p></td>
|
|
3679
3679
|
</tr>
|
|
3680
3680
|
|
|
3681
3681
|
|
|
@@ -3714,7 +3714,7 @@
|
|
|
3714
3714
|
|
|
3715
3715
|
|
|
3716
3716
|
<td class="description last"><p>The contact uri of the <a href="Worker.html">Worker</a>; can be a phone
|
|
3717
|
-
|
|
3717
|
+
number or a client ID. Required, if no contact_uri on the <a href="Worker.html">Worker</a>'s attributes.</p></td>
|
|
3718
3718
|
</tr>
|
|
3719
3719
|
|
|
3720
3720
|
|
|
@@ -3753,7 +3753,7 @@
|
|
|
3753
3753
|
|
|
3754
3754
|
|
|
3755
3755
|
<td class="description last"><p>The activitySid to update the
|
|
3756
|
-
|
|
3756
|
+
<a href="Worker.html">Worker</a> to after dequeuing the <a href="Reservation.html">Reservation</a>.</p></td>
|
|
3757
3757
|
</tr>
|
|
3758
3758
|
|
|
3759
3759
|
|
|
@@ -3786,13 +3786,13 @@
|
|
|
3786
3786
|
|
|
3787
3787
|
<td class="default">
|
|
3788
3788
|
|
|
3789
|
-
|
|
3789
|
+
'do-not-record'
|
|
3790
3790
|
|
|
3791
3791
|
</td>
|
|
3792
3792
|
|
|
3793
3793
|
|
|
3794
3794
|
<td class="description last"><p>Defines which legs of the call
|
|
3795
|
-
|
|
3795
|
+
should be recorded.</p></td>
|
|
3796
3796
|
</tr>
|
|
3797
3797
|
|
|
3798
3798
|
|
|
@@ -3831,7 +3831,7 @@
|
|
|
3831
3831
|
|
|
3832
3832
|
|
|
3833
3833
|
<td class="description last"><p>The integer number of seconds that
|
|
3834
|
-
|
|
3834
|
+
Twilio should allow the call to ring before assuming there is no answer.</p></td>
|
|
3835
3835
|
</tr>
|
|
3836
3836
|
|
|
3837
3837
|
|
|
@@ -3870,7 +3870,7 @@
|
|
|
3870
3870
|
|
|
3871
3871
|
|
|
3872
3872
|
<td class="description last"><p>A URL that Twilio will send
|
|
3873
|
-
|
|
3873
|
+
asynchronous webhook this._request. to on a completed call event.</p></td>
|
|
3874
3874
|
</tr>
|
|
3875
3875
|
|
|
3876
3876
|
|
|
@@ -4261,7 +4261,7 @@
|
|
|
4261
4261
|
|
|
4262
4262
|
|
|
4263
4263
|
<td class="description last"><p>Represents whether the <a href="Task.html">Task</a> should be
|
|
4264
|
-
|
|
4264
|
+
accepted before initiating the call</p></td>
|
|
4265
4265
|
</tr>
|
|
4266
4266
|
|
|
4267
4267
|
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
|
|
4383
4383
|
|
|
4384
4384
|
<td class="description last"><p>The sid of the <a href="Activity.html">Activity</a> to update the worker to
|
|
4385
|
-
|
|
4385
|
+
upon rejecting the <a href="Reservation.html">Reservation</a></p></td>
|
|
4386
4386
|
</tr>
|
|
4387
4387
|
|
|
4388
4388
|
|
|
@@ -5361,7 +5361,7 @@
|
|
|
5361
5361
|
<div class="modal-dialog">
|
|
5362
5362
|
<div class="modal-content">
|
|
5363
5363
|
<div class="modal-header">
|
|
5364
|
-
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"
|
|
5364
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
5365
5365
|
<h4 class="modal-title">Search results</h4>
|
|
5366
5366
|
</div>
|
|
5367
5367
|
<div class="modal-body"></div>
|
|
@@ -5377,9 +5377,9 @@
|
|
|
5377
5377
|
|
|
5378
5378
|
|
|
5379
5379
|
<span class="jsdoc-message">
|
|
5380
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.
|
|
5380
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
|
|
5381
5381
|
|
|
5382
|
-
on 2022-
|
|
5382
|
+
on 2022-09-05T08:54:25+00:00
|
|
5383
5383
|
|
|
5384
5384
|
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
5385
5385
|
</span>
|