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
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# 4.8.1
2
+
3
+
* Fixes a bug with the `Archives#create` method. See [#269](https://github.com/opentok/OpenTok-Ruby-SDK/pull/269) and [#270](https://github.com/opentok/OpenTok-Ruby-SDK/pull/270)
4
+
1
5
# 4.8.0
2
6
3
7
* Add support for Captions API [#267](https://github.com/opentok/OpenTok-Ruby-SDK/pull/267)
Copy file name to clipboardexpand all lines: spec/cassettes/OpenTok_Archives/should_create_an_archive_with_streamMode_set_to_specified_stream_mode_value.yml
Copy file name to clipboardexpand all lines: spec/opentok/archives_spec.rb
+9-2
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@
44
44
45
45
it"should create an archives with a specified multiArchiveTag",:vcr=>{:erb=>{:version=>OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"}}do
it"should create an archive with matching multi_archive_tag when multiArchiveTag is specified",:vcr=>{:erb=>{:version=>OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"}}do
it"should create an archive with streamMode set to specified stream_mode value",:vcr=>{:erb=>{:version=>OpenTok::VERSION + "-Ruby-Version-#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"}}do
0 commit comments