@cometchat/calls-sdk-javascript 4.0.7 → 4.0.8
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 -20
- package/pack/index.js +1 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,27 +1,16 @@
|
|
|
1
|
-
<
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<a href="https://www.cometchat.com/">
|
|
5
|
-
<p align="center">
|
|
6
|
-
<img style="text-align:center" width="180" height="180" alt="" src="https://avatars2.githubusercontent.com/u/45484907?s=200&v=4">
|
|
7
|
-
</p>
|
|
8
|
-
</a>
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
</br>
|
|
12
|
-
</br>
|
|
13
|
-
</div>
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img alt="CometChat" src="https://assets.cometchat.io/website/images/logos/banner.png">
|
|
3
|
+
</p>
|
|
14
4
|
|
|
15
|
-
#
|
|
5
|
+
# React Native Calls SDK by CometChat
|
|
16
6
|
|
|
17
|
-
CometChat
|
|
7
|
+
CometChat's [Calls SDK](https://www.cometchat.com/docs/javascript-chat-sdk/calling) offers a pre-packaged user interface, enabling developers to rapidly incorporate a reliable call experience into both pre-existing applications and new projects.
|
|
18
8
|
|
|
19
|
-
|
|
9
|
+
## Installation
|
|
20
10
|
|
|
21
|
-
|
|
11
|
+
Follow the installation guides in the [**documentation**](https://www.cometchat.com/docs/javascript-chat-sdk/call-setup).
|
|
22
12
|
|
|
23
|
-
## Contact :mailbox:
|
|
24
13
|
|
|
25
|
-
|
|
14
|
+
## Help and Support
|
|
26
15
|
|
|
27
|
-
|
|
16
|
+
For issues running the project or integrating with our UI Kits or SDKs, consult our [documentation](https://www.cometchat.com/docs/javascript-chat-sdk/calling) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).
|