expo-livekit-screen-share 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/build/index.js +1 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -177,6 +177,7 @@ function withScreenShareExtensionFiles(config, extensionName, appGroupId) {
177
177
  NSExtension: {
178
178
  NSExtensionPointIdentifier: "com.apple.broadcast-services-upload",
179
179
  NSExtensionPrincipalClass: "$(PRODUCT_MODULE_NAME).SampleHandler",
180
+ RPBroadcastProcessMode: "RPBroadcastProcessModeSampleBuffer",
180
181
  },
181
182
  };
182
183
  fs_1.default.writeFileSync(path_1.default.join(extensionPath, "Info.plist"), plist_1.default.build(extensionInfoPlist));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-livekit-screen-share",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Expo config plugin for LiveKit screen sharing on iOS (Broadcast Upload Extension) and Android (foreground service)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",