Skip to content

Commit c7c01cd

Browse files
authored
Merge pull request #267 from opentok/patch/266
add streammode to archiving post body
2 parents 51f7b33 + d4845ab commit c7c01cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/archiving.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ exports.startArchive = function (ot, config, sessionId, options, callback) {
273273
hasVideo: options.hasVideo,
274274
outputMode: options.outputMode,
275275
layout: options.layout,
276-
resolution: options.resolution
276+
resolution: options.resolution,
277+
streamMode: options.streamMode
277278
},
278279
function startArchiveCallback(err, response, body) {
279280
if (err) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opentok",
33
"description": "OpenTok server-side SDK",
4-
"version": "2.14.0",
4+
"version": "2.14.1",
55
"homepage": "https://github.com/opentok/opentok-node",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)