@cloudflare/realtimekit-recording-sdk 0.0.1-staging.1 → 0.0.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/README.md +11 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
<!-- PROJECT LOGO -->
|
|
2
2
|
<p align="center">
|
|
3
|
-
<a href="https://
|
|
4
|
-
<img src="https://
|
|
3
|
+
<a href="https://realtime.cloudflare.com">
|
|
4
|
+
<img src="https://docs.realtime.cloudflare.com/logo/cf.svg" alt="Logo" width="120" />
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
|
-
<h3 align="center">
|
|
7
|
+
<h3 align="center">RealtimeKit Recording SDK by Cloudflare</h3>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
|
|
10
|
+
Cloudflare RealtimeKit recording SDK to make custom UIs for recordings.
|
|
11
11
|
<br />
|
|
12
|
-
<a href="https://docs.
|
|
12
|
+
<a href="https://docs.realtime.cloudflare.com/guides/capabilities/recording/create-record-app-using-sdks"><strong>Explore the docs »</strong></a>
|
|
13
13
|
<br />
|
|
14
14
|
<br />
|
|
15
15
|
·
|
|
16
|
-
<a href="https://
|
|
16
|
+
<a href="https://dyte.io/contact">Report Bug</a>
|
|
17
17
|
·
|
|
18
|
-
<a href="https://
|
|
18
|
+
<a href="https://dyte.io/contact">Request Feature</a>
|
|
19
19
|
</p>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
## About The Project
|
|
39
39
|
|
|
40
|
-
The
|
|
40
|
+
The `@cloudflare/realtimekit-recording-sdk` powers the business logic for custom recording UIs.
|
|
41
41
|
|
|
42
42
|
### Built With
|
|
43
43
|
|
|
@@ -47,7 +47,7 @@ This SDK is built using TypeScript.
|
|
|
47
47
|
|
|
48
48
|
## Getting Started
|
|
49
49
|
|
|
50
|
-
Follow the steps below to install
|
|
50
|
+
Follow the steps below to install `@cloudflare/realtimekit-recording-sdk` in your project.
|
|
51
51
|
|
|
52
52
|
### Prerequisites
|
|
53
53
|
|
|
@@ -73,20 +73,14 @@ yarn add @cloudflare/realtimekit-recording-sdk
|
|
|
73
73
|
|
|
74
74
|
## Usage
|
|
75
75
|
|
|
76
|
-
To get a detailed description of how to use this library, check out the _[official documentation](https://docs.
|
|
76
|
+
To get a detailed description of how to use this library, check out the _[official documentation](https://docs.realtime.cloudflare.com/guides/capabilities/recording/create-record-app-using-sdks)_.
|
|
77
77
|
|
|
78
78
|
## Examples
|
|
79
79
|
|
|
80
80
|
You can find a sample implementation of the recording SDK in the [react-samples](https://github.com/dyte-io/recording-sdk-app-samples) directory.
|
|
81
81
|
|
|
82
|
-
<!-- CONTRIBUTING -->
|
|
83
|
-
|
|
84
|
-
## Contributing
|
|
85
|
-
|
|
86
|
-
We really appreciate contributions in the form of bug reports and feature suggestions. Help us make Dyte better with your valuable contributions on our [forum](https://community.dyte.io) :slightly_smiling_face:.
|
|
87
|
-
|
|
88
82
|
<!--- LICENSE -->
|
|
89
83
|
|
|
90
84
|
## License
|
|
91
85
|
|
|
92
|
-
All rights reserved. ©
|
|
86
|
+
All rights reserved. © Cloudflare Inc.
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@cloudflare/realtimekit-recording-sdk","version":"0.0.1
|
|
1
|
+
{"name":"@cloudflare/realtimekit-recording-sdk","version":"0.0.1","main":"./dist/index.cjs.js","module":"./dist/index.es.js","types":"./types/index.d.ts","exports":{".":{"import":"./dist/index.es.js","require":"./dist/index.cjs.js","types":"./types/index.d.ts"}},"files":["dist","types"],"scripts":{"dev":"vite","build":"tsc && vite build && VITE_IIFE=true vite build -c vite.iife.config.ts","preview":"vite preview","prepublishOnly":"cp package.json package.json.bak && node prepublish.js"},"devDependencies":{"@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^9.0.2","@semantic-release/exec":"^6.0.3","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^10.0.3","@semantic-release/release-notes-generator":"^11.0.1","@types/cypress":"^1.1.3","@types/jest":"^29.5.1","@types/node":"^18.16.0","cypress":"^12.12.0","rollup-plugin-node-polyfills":"^0.2.1","rollup-plugin-polyfill-node":"^0.12.0","semantic-release":"^21.0.2","typescript":"^5.0.2","vite":"^4.3.0","vite-plugin-dts":"^2.3.0","@cloudflare/realtimekit":">=1.0.1"},"dependencies":{},"peerDependencies":{"@cloudflare/realtimekit":">=1.0.1"},"publishConfig":{"access":"public","tag":"latest"}}
|