opentok-accelerator-core
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -314,3 +314,3 @@ 'use strict'; | ||
analytics.log(logAction.unsubscribe, logVariation.attempt); | ||
var type = path('stream.videoType', subscriber); | ||
var type = pathOr('sip', 'stream.videoType', subscriber); | ||
state.removeSubscriber(type, subscriber); | ||
@@ -317,0 +317,0 @@ session.unsubscribe(subscriber); |
@@ -46,3 +46,3 @@ 'use strict'; | ||
var otkanalyticsData = { | ||
clientVersion: 'js-vsol-2.0.8', // x.y.z filled by npm build script | ||
clientVersion: 'js-vsol-2.0.9', // x.y.z filled by npm build script | ||
source: source, | ||
@@ -49,0 +49,0 @@ componentId: 'acceleratorCore', |
{ | ||
"name": "opentok-accelerator-core", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Opentok Accelerator Core", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/opentok/accelerator-core-js", |
@@ -177,3 +177,3 @@ /* global OT */ | ||
analytics.log(logAction.unsubscribe, logVariation.attempt); | ||
const type = path('stream.videoType', subscriber); | ||
const type = pathOr('sip', 'stream.videoType', subscriber); | ||
state.removeSubscriber(type, subscriber); | ||
@@ -180,0 +180,0 @@ session.unsubscribe(subscriber); |
Sorry, the diff of this file is too big to display
636362