File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Here you can see the full list of changes between each twilio-python release.
5
5
6
6
[ 2017-08-25] Version 6.6.0
7
7
---------------------------
8
+ ** Library**
9
+ - Allow creating AccessTokens/Jwts without generating ` nbf ` . Passing ` None ` in the constructor will remove ` nbf ` from jwt payload.
10
+
8
11
** Api**
9
12
- Update ` status ` enum for Recordings to include 'failed'
10
13
- Add ` error_code ` property on Recordings
@@ -14,7 +17,6 @@ Here you can see the full list of changes between each twilio-python release.
14
17
15
18
** Video**
16
19
- New ` media_region ` parameter when creating a room, which controls which region media will be served out of.
17
- - Add ` video_codec ` enum and ` video_codecs ` parameter, which can be set to either ` VP8 ` or ` H264 ` during room creation.
18
20
19
21
** Twiml**
20
22
- Add support for ` speech_timeout ` , ` max_speech_time ` , and ` profanity_filter ` attributes on Gather verb.
You can’t perform that action at this time.
0 commit comments