opentok-accelerator-core
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "opentok-accelerator-core", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Opentok Accelerator Core", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/opentok/accelerator-core-js", |
@@ -516,2 +516,8 @@ /* global OT */ | ||
/** | ||
* Start publishing video and subscribing to streams | ||
* @returns {Object} The internal state of the core session | ||
*/ | ||
state = () => this.internalState.all(); | ||
/** | ||
* Manually subscribe to a stream | ||
@@ -518,0 +524,0 @@ * @param {Object} stream - An OpenTok stream |
634759
14760