You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,26 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+
[2020-12-02] Version 6.49.0
7
+
---------------------------
8
+
**Library - Feature**
9
+
-[PR #546](https://github.com/twilio/twilio-python/pull/546): Regional twr header in the access token. Thanks to [@charliesantos](https://github.com/charliesantos)!
10
+
11
+
**Api**
12
+
- Remove `RecordingTrack` parameter for create calls, create participants, and create call recordings **(breaking change)**
13
+
- Added `RecordingTrack` parameter for create calls and create call recordings
14
+
- Add optional property `recording_track` in the participant create request
15
+
16
+
**Lookups**
17
+
- Changed `caller_name` and `carrier` properties type to object **(breaking change)**
18
+
19
+
**Trunking**
20
+
- Added dual channel recording options for Trunks.
21
+
22
+
**Twiml**
23
+
- Add `jitterBufferSize` and `participantLabel` to `Conference`.
0 commit comments