mediasfu-shared 1.0.0 → 1.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 +9 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,17 +176,17 @@ mediasfu-shared/
|
|
|
176
176
|
For detailed documentation on specific methods and types, please visit:
|
|
177
177
|
|
|
178
178
|
- **Main Documentation**: [https://mediasfu.com/documentation](https://mediasfu.com/documentation)
|
|
179
|
-
- **API Reference**: [https://mediasfu.com/
|
|
180
|
-
- **React SDK**: [
|
|
181
|
-
- **Vue SDK**: [
|
|
179
|
+
- **API Reference**: [https://mediasfu.com/docs](https://mediasfu.com/docs)
|
|
180
|
+
- **React SDK**: [mediasfu-reactjs](https://www.npmjs.com/package/mediasfu-reactjs)
|
|
181
|
+
- **Vue SDK**: [mediasfu-vue](https://www.npmjs.com/package/mediasfu-vue)
|
|
182
182
|
|
|
183
183
|
## 🔗 Related Packages
|
|
184
184
|
|
|
185
185
|
`mediasfu-shared` is used by all MediaSFU framework-specific packages:
|
|
186
186
|
|
|
187
|
-
- **[
|
|
188
|
-
- **[
|
|
189
|
-
- **[
|
|
187
|
+
- **[mediasfu-reactjs](https://www.npmjs.com/package/mediasfu-reactjs)** - React components and hooks
|
|
188
|
+
- **[mediasfu-vue](https://www.npmjs.com/package/mediasfu-vue)** - Vue 3 components and composables
|
|
189
|
+
- **[mediasfu-angular](https://www.npmjs.com/package/mediasfu-angular)** - Angular components and services
|
|
190
190
|
|
|
191
191
|
## 🤝 Integration with MediaSFU Community Edition (CE)
|
|
192
192
|
|
|
@@ -201,19 +201,13 @@ This package is designed to work seamlessly with [MediaSFU CE](https://github.co
|
|
|
201
201
|
|
|
202
202
|
Need help? We're here for you!
|
|
203
203
|
|
|
204
|
-
- **
|
|
205
|
-
- **
|
|
206
|
-
- **Email Support**: support@mediasfu.com
|
|
207
|
-
- **Enterprise Support**: enterprise@mediasfu.com
|
|
204
|
+
- **GitHub Issues**: [Report bugs or request features](https://github.com/MediaSFU/MediaSFU-Shared/issues)
|
|
205
|
+
- **Email Support**: info@mediasfu.com
|
|
208
206
|
|
|
209
207
|
## 📄 License
|
|
210
208
|
|
|
211
209
|
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
|
|
212
210
|
|
|
213
|
-
## 🌟 Contributing
|
|
214
|
-
|
|
215
|
-
We welcome contributions! Please see our [Contributing Guidelines](https://github.com/MediaSFU/MediaSFU/blob/main/CONTRIBUTING.md) for details.
|
|
216
|
-
|
|
217
211
|
---
|
|
218
212
|
|
|
219
213
|
<p align="center">
|
|
@@ -222,7 +216,7 @@ We welcome contributions! Please see our [Contributing Guidelines](https://githu
|
|
|
222
216
|
|
|
223
217
|
<p align="center">
|
|
224
218
|
<a href="https://mediasfu.com">Website</a> •
|
|
225
|
-
<a href="https://twitter.com/
|
|
219
|
+
<a href="https://twitter.com/media_sfu">Twitter</a> •
|
|
226
220
|
<a href="https://github.com/MediaSFU">GitHub</a> •
|
|
227
221
|
<a href="https://www.linkedin.com/company/mediasfu">LinkedIn</a>
|
|
228
222
|
</p>
|
package/package.json
CHANGED