opentok-accelerator-core
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -177,3 +177,4 @@ 'use strict'; | ||
* Start publishing video and subscribing to streams | ||
* @returns {Promise} | ||
* @param {Object} publisherProps - https://goo.gl/0mL0Eo | ||
* @returns {Promise} <resolve: State + Publisher, reject: Error> | ||
*/ | ||
@@ -750,4 +751,4 @@ | ||
writable: true, | ||
value: function value() { | ||
return _this.communication.startCall(); | ||
value: function value(publisherProps) { | ||
return _this.communication.startCall(publisherProps); | ||
} | ||
@@ -754,0 +755,0 @@ }); |
@@ -46,3 +46,3 @@ 'use strict'; | ||
var otkanalyticsData = { | ||
clientVersion: 'js-vsol-2.0.0', // x.y.z filled by npm build script | ||
clientVersion: 'js-vsol-2.0.2', // x.y.z filled by npm build script | ||
source: source, | ||
@@ -49,0 +49,0 @@ componentId: 'acceleratorCore', |
{ | ||
"name": "opentok-accelerator-core", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Opentok Accelerator Core", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/opentok/accelerator-core-js", |
Sorry, the diff of this file is too big to display
634491
14752