@cometchat/calls-sdk-javascript 4.0.7 → 4.0.9

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.
Files changed (36) hide show
  1. package/README.md +9 -20
  2. package/pack/index.js +1 -1
  3. package/pack/src/Helper.d.ts +5 -5
  4. package/pack/src/api/APIHandler.d.ts +39 -39
  5. package/pack/src/api/endpoints.d.ts +7 -7
  6. package/pack/src/api/helper.d.ts +69 -69
  7. package/pack/src/api/index.d.ts +2 -2
  8. package/pack/src/constants/CallConstants.d.ts +217 -217
  9. package/pack/src/constants/index.d.ts +1 -1
  10. package/pack/src/defaultCallsettings.d.ts +2 -2
  11. package/pack/src/index.d.ts +7 -7
  12. package/pack/src/models/CallGroup.d.ts +14 -14
  13. package/pack/src/models/CallLog.d.ts +276 -276
  14. package/pack/src/models/CallSettings.d.ts +382 -382
  15. package/pack/src/models/CallUser.d.ts +14 -14
  16. package/pack/src/models/CallsAppSettings.d.ts +41 -41
  17. package/pack/src/models/CometChatCallLogs.d.ts +189 -189
  18. package/pack/src/models/CometChatCalls.d.ts +180 -180
  19. package/pack/src/models/CometChatCallsException.d.ts +8 -8
  20. package/pack/src/models/ErrorModel.d.ts +12 -12
  21. package/pack/src/models/Listener.d.ts +86 -86
  22. package/pack/src/models/ListnerHandler.d.ts +10 -10
  23. package/pack/src/models/Participant.d.ts +184 -184
  24. package/pack/src/models/PresenterSettings.d.ts +265 -265
  25. package/pack/src/models/RTCUser.d.ts +18 -18
  26. package/pack/src/models/Recording.d.ts +86 -86
  27. package/pack/src/models/index.d.ts +10 -10
  28. package/pack/src/types/ICallSettings.d.ts +61 -61
  29. package/pack/src/types/ICallsAppSettings.d.ts +6 -6
  30. package/pack/src/types/RTCUser.d.ts +6 -6
  31. package/pack/src/types/callEvents.d.ts +88 -88
  32. package/pack/src/types/common.d.ts +14 -14
  33. package/pack/src/types/index.d.ts +2 -2
  34. package/pack/src/util/parseJwt.d.ts +1 -1
  35. package/pack/src/util/verifyCallSettings.d.ts +4 -4
  36. package/package.json +2 -1
package/README.md CHANGED
@@ -1,27 +1,16 @@
1
- <div style="width:100%">
2
- <div style="width:100%">
3
- <div style="width:50%; display:inline-block">
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
- # CometChat React Native Calls SDK
5
+ # React Native Calls SDK by CometChat
16
6
 
17
- CometChat Pro enables you to add voice, video & text chat for your website & app.
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
- 📝 Please refer to our [Developer Documentation](https://www.cometchat.com/docs/home/welcome) for more information on how to configure the CometChat Pro SDK and implement various features using the same.
9
+ ## Installation
20
10
 
21
- <hr/>
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
- Contact us via real time support present in [CometChat Dashboard.](https://app.cometchat.io/)
14
+ ## Help and Support
26
15
 
27
- <hr/>
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/).