blix-expo-settings 0.1.14 → 0.1.15

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.
@@ -37,7 +37,7 @@ public class ExpoSettingsModule: Module {
37
37
  Events("onStreamStatus", "onStreamTiming")
38
38
 
39
39
  Function("getStreamStatus") {
40
- return self.currentStreamStatus
40
+ return self.currentStatus
41
41
  }
42
42
 
43
43
  Function("initializePreview") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blix-expo-settings",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "LiveStream",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",