@capturebridge/sdk 0.16.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/StreamingCapturePlugin.js +2 -0
- package/Version.js +1 -1
- package/package.json +1 -1
|
@@ -27,6 +27,8 @@ class StreamingCapturePlugin extends CapturePlugin {
|
|
|
27
27
|
* If the src is changed, the img removed from the DOM, or client disconnected
|
|
28
28
|
* for any reason, the live feed will automatically be stopped.
|
|
29
29
|
*
|
|
30
|
+
* @param {StreamOptions} [streamOpt] - Additional options for the stream.
|
|
31
|
+
*
|
|
30
32
|
* @param {string|object} [deviceOpt] - Get the stream URL from either a
|
|
31
33
|
* specific Device ID or a Device Object. The default is the first available
|
|
32
34
|
* device.
|
package/Version.js
CHANGED