@applica-software-guru/persona-sdk 0.1.37 → 0.1.40
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 +5 -5
- package/bitbucket-pipelines.yml +1 -1
- package/package.json +1 -1
- package/preview.sh +1 -1
package/README.md
CHANGED
|
@@ -92,13 +92,13 @@ The Persona SDK supports multiple communication protocols to provide flexibility
|
|
|
92
92
|
- **Description**: A full-duplex communication protocol that enables real-time interaction between the client and server.
|
|
93
93
|
- **Use Case**: Suitable for scenarios requiring low-latency communication, such as live chat applications.
|
|
94
94
|
|
|
95
|
-
### WebRTC
|
|
95
|
+
### WebRTC
|
|
96
96
|
|
|
97
|
-
- **Description**: A peer-to-peer communication protocol designed for ultra-
|
|
98
|
-
- **Use Case**:
|
|
99
|
-
- **Why WebRTC?**:
|
|
97
|
+
- **Description**: A peer-to-peer communication protocol designed primarily for ultra-fast audio sessions, while also supporting high-speed messaging with minimal latency.
|
|
98
|
+
- **Use Case**: Perfect for real-time, interactive applications where rapid audio communication and responsiveness are critical.
|
|
99
|
+
- **Why WebRTC?**: By creating direct peer-to-peer connections, WebRTC eliminates unnecessary server delays, ensuring the fastest possible audio sessions and seamless message exchanges.
|
|
100
100
|
|
|
101
|
-
**Pro Tip**:
|
|
101
|
+
**Pro Tip**: For optimal audio performance, make sure WebRTC is enabled in the `protocols` configuration of your application.
|
|
102
102
|
|
|
103
103
|
---
|
|
104
104
|
|
package/bitbucket-pipelines.yml
CHANGED
package/package.json
CHANGED
package/preview.sh
CHANGED