File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ twilio-csharp Changelog
33
44[ 2017-08-25] Version 5.6.3
55---------------------------
6+ ** Library**
7+ - Fix warning on inclusive lower bound for Newtonsoft
8+ - Throw more specific subclasses of TwilioException when exceptions occur at the HTTP layer.
9+ - Poperly set root cause Exception as ` innerException ` on HTTP client exceptions. Issue #361 .
10+ - Correct typo in HttpClient interface ` MakeRequestAysnc ` -> ` MakeRequestAsync ` .
11+
612** Api**
713- Update ` status ` enum for Recordings to include 'failed'
814- Add ` error_code ` property on Recordings
@@ -12,7 +18,6 @@ twilio-csharp Changelog
1218
1319** Video**
1420- New ` media_region ` parameter when creating a room, which controls which region media will be served out of.
15- - Add ` video_codec ` enum and ` video_codecs ` parameter, which can be set to either ` VP8 ` or ` H264 ` during room creation.
1621
1722
1823[ 2017-08-18] Version 5.6.2
You can’t perform that action at this time.
0 commit comments