@stormstreaming/stormstreamer 1.0.2 → 1.0.4
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/CHANGELOG.md +9 -1
- package/dist/amd/index.js +27 -10
- package/dist/cjs/index.js +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/iife/index.js +4 -4
- package/dist/types/playback/StreamerController.d.ts +1 -0
- package/dist/umd/index.js +4 -4
- package/package.json +1 -1
|
@@ -166,6 +166,7 @@ export declare class StreamerController {
|
|
|
166
166
|
*/
|
|
167
167
|
private _boundCameraPermissionHandler;
|
|
168
168
|
private _boundMicrophonePermissionHandler;
|
|
169
|
+
private _isInitializing;
|
|
169
170
|
/**
|
|
170
171
|
* Constructor - requires properly configured config object
|
|
171
172
|
* @param config
|