@connectycube/chat-widget 0.28.0 → 0.30.0

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 (54) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +7 -0
  3. package/dist/index.es.js +12392 -11854
  4. package/dist/index.umd.js +76 -76
  5. package/dist/react19/index.es.js +12238 -11700
  6. package/dist/react19/types/components/calls/calls-confirm-incoming.d.ts +2 -0
  7. package/dist/react19/types/components/calls/calls-fullscreen-stream.d.ts +6 -0
  8. package/dist/react19/types/components/calls/calls-header-buttons.d.ts +3 -0
  9. package/dist/react19/types/components/calls/calls-modal-screen.d.ts +2 -0
  10. package/dist/react19/types/components/calls/calls-navigation/calls-nav-buttons.d.ts +5 -0
  11. package/dist/react19/types/components/calls/calls-navigation/calls-nav-hung-up.d.ts +2 -0
  12. package/dist/react19/types/components/calls/calls-navigation/calls-nav-screen-share.d.ts +2 -0
  13. package/dist/react19/types/components/calls/calls-navigation/calls-nav-toggle-camera.d.ts +2 -0
  14. package/dist/react19/types/components/calls/calls-navigation/calls-nav-toggle-mic.d.ts +2 -0
  15. package/dist/react19/types/components/home/main/chat-header/chat-header-avatar.d.ts +3 -0
  16. package/dist/react19/types/components/home/main/chat-header/chat-header-back-button.d.ts +3 -0
  17. package/dist/react19/types/components/home/main/chat-header/chat-header-buttons.d.ts +3 -0
  18. package/dist/react19/types/components/home/main/chat-header/chat-header-titles.d.ts +3 -0
  19. package/dist/react19/types/components/home/main/chat-header/chat-header.d.ts +3 -0
  20. package/dist/react19/types/components/home/main/message/message.d.ts +2 -0
  21. package/dist/react19/types/components/widget/widget-calls.d.ts +2 -0
  22. package/dist/react19/types/helpers/connectycube.d.ts +4 -3
  23. package/dist/react19/types/hooks/index.d.ts +1 -0
  24. package/dist/react19/types/hooks/store/useAppSettingsStore.d.ts +3 -0
  25. package/dist/react19/types/hooks/useAppPresets.d.ts +2 -1
  26. package/dist/react19/types/hooks/useAudio.d.ts +6 -0
  27. package/dist/react19/types/locales/el/translation.json.d.ts +7 -1
  28. package/dist/react19/types/locales/en/translation.json.d.ts +7 -1
  29. package/dist/react19/types/locales/ua/translation.json.d.ts +7 -1
  30. package/dist/types/components/calls/calls-confirm-incoming.d.ts +2 -0
  31. package/dist/types/components/calls/calls-fullscreen-stream.d.ts +6 -0
  32. package/dist/types/components/calls/calls-header-buttons.d.ts +3 -0
  33. package/dist/types/components/calls/calls-modal-screen.d.ts +2 -0
  34. package/dist/types/components/calls/calls-navigation/calls-nav-buttons.d.ts +5 -0
  35. package/dist/types/components/calls/calls-navigation/calls-nav-hung-up.d.ts +2 -0
  36. package/dist/types/components/calls/calls-navigation/calls-nav-screen-share.d.ts +2 -0
  37. package/dist/types/components/calls/calls-navigation/calls-nav-toggle-camera.d.ts +2 -0
  38. package/dist/types/components/calls/calls-navigation/calls-nav-toggle-mic.d.ts +2 -0
  39. package/dist/types/components/home/main/chat-header/chat-header-avatar.d.ts +3 -0
  40. package/dist/types/components/home/main/chat-header/chat-header-back-button.d.ts +3 -0
  41. package/dist/types/components/home/main/chat-header/chat-header-buttons.d.ts +3 -0
  42. package/dist/types/components/home/main/chat-header/chat-header-titles.d.ts +3 -0
  43. package/dist/types/components/home/main/chat-header/chat-header.d.ts +3 -0
  44. package/dist/types/components/home/main/message/message.d.ts +2 -0
  45. package/dist/types/components/widget/widget-calls.d.ts +2 -0
  46. package/dist/types/helpers/connectycube.d.ts +4 -3
  47. package/dist/types/hooks/index.d.ts +1 -0
  48. package/dist/types/hooks/store/useAppSettingsStore.d.ts +3 -0
  49. package/dist/types/hooks/useAppPresets.d.ts +2 -1
  50. package/dist/types/hooks/useAudio.d.ts +6 -0
  51. package/dist/types/locales/el/translation.json.d.ts +7 -1
  52. package/dist/types/locales/en/translation.json.d.ts +7 -1
  53. package/dist/types/locales/ua/translation.json.d.ts +7 -1
  54. package/package.json +16 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,25 @@
1
1
  # CHANGELOG
2
2
 
3
- ## 0.28.0
3
+ ## 0.30.0
4
+
5
+ ### Misc
6
+
7
+ - Ability to establish the chat connection with new parameters after restoring an expired API session
8
+
9
+ ### Bug fixed
10
+
11
+ - mobile view styles
12
+ - chat & messages styles
13
+
14
+ ## 0.29.0
15
+
16
+ ### Features
17
+
18
+ - p2p video and audio calls
19
+ - new prop `enableCalls` to enable the calls feature
20
+ - mute/unmute video and audio tracks
21
+ - fullscreen view option for remote stream
22
+ - screen-sharing
4
23
 
5
24
  ### Misc
6
25
 
package/README.md CHANGED
@@ -1,3 +1,10 @@
1
+ WebRTCPeerConnection.ts:134 [VideoChat]: onSignalingStateHandler: have-remote-offer
2
+ helpers.ts:7 [useCalls][onRemoteStream][Log]: {session: e, userID: 13308918, stream: MediaStream}
3
+ WebRTCPeerConnection.ts:134 [VideoChat]: setRemoteSessionDescription - success
4
+ WebRTCPeerConnection.ts:134 [VideoChat]: onSignalingStateHandler: stable
5
+ WebRTCPeerConnection.ts:134 [VideoChat]: Set maxBandwidth success [13308918]: 0 kbps
6
+ WebRTCPeerConnection.ts:134 [VideoChat]: getAndSetLocalSessionDescription - success
7
+
1
8
  # ConnectyCube Chat Widget
2
9
 
3
10
  A React component that seamlessly integrates ConnectyCube's real-time chat capabilities into your web applications. This widget offers an out-of-the-box solution for embedding chat features—such as instant messaging, user presence, and file sharing—without the overhead of building a complete chat system from scratch.