crowdplaysdk 0.4.0 → 0.4.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/LICENSE.md +14 -0
- package/package.json +3 -2
package/LICENSE.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# CrowdPlay SDK License
|
|
2
|
+
|
|
3
|
+
Copyright © 2026 Symbia Co. All rights reserved.
|
|
4
|
+
|
|
5
|
+
The CrowdPlay SDK is distributed as a compiled binary for integration into
|
|
6
|
+
applications that deliver recorded sessions to CrowdPlay. You may download,
|
|
7
|
+
link, and ship the binary as part of such an application. You may not
|
|
8
|
+
reverse engineer, decompile, redistribute the binary standalone, or use it
|
|
9
|
+
to deliver data anywhere other than CrowdPlay. No source license is granted.
|
|
10
|
+
|
|
11
|
+
This package depends on open-source software fetched from its own
|
|
12
|
+
repositories under its own licenses: LiveKit Swift SDK and WebRTC
|
|
13
|
+
(Apache License 2.0), swift-atomics (Apache License 2.0 with Runtime
|
|
14
|
+
Library Exception). Their license terms apply to those components.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crowdplaysdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "CrowdPlay lossless conversation capture for React Native (iOS). Studio-grade per-participant recording during live video calls, delivered to CrowdPlay automatically.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"ios",
|
|
11
11
|
"README.md",
|
|
12
12
|
"llms.txt",
|
|
13
|
-
"Examples"
|
|
13
|
+
"Examples",
|
|
14
|
+
"LICENSE.md"
|
|
14
15
|
],
|
|
15
16
|
"scripts": {
|
|
16
17
|
"build": "tsc",
|