@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.
- package/CHANGELOG.md +20 -1
- package/README.md +7 -0
- package/dist/index.es.js +12392 -11854
- package/dist/index.umd.js +76 -76
- package/dist/react19/index.es.js +12238 -11700
- package/dist/react19/types/components/calls/calls-confirm-incoming.d.ts +2 -0
- package/dist/react19/types/components/calls/calls-fullscreen-stream.d.ts +6 -0
- package/dist/react19/types/components/calls/calls-header-buttons.d.ts +3 -0
- package/dist/react19/types/components/calls/calls-modal-screen.d.ts +2 -0
- package/dist/react19/types/components/calls/calls-navigation/calls-nav-buttons.d.ts +5 -0
- package/dist/react19/types/components/calls/calls-navigation/calls-nav-hung-up.d.ts +2 -0
- package/dist/react19/types/components/calls/calls-navigation/calls-nav-screen-share.d.ts +2 -0
- package/dist/react19/types/components/calls/calls-navigation/calls-nav-toggle-camera.d.ts +2 -0
- package/dist/react19/types/components/calls/calls-navigation/calls-nav-toggle-mic.d.ts +2 -0
- package/dist/react19/types/components/home/main/chat-header/chat-header-avatar.d.ts +3 -0
- package/dist/react19/types/components/home/main/chat-header/chat-header-back-button.d.ts +3 -0
- package/dist/react19/types/components/home/main/chat-header/chat-header-buttons.d.ts +3 -0
- package/dist/react19/types/components/home/main/chat-header/chat-header-titles.d.ts +3 -0
- package/dist/react19/types/components/home/main/chat-header/chat-header.d.ts +3 -0
- package/dist/react19/types/components/home/main/message/message.d.ts +2 -0
- package/dist/react19/types/components/widget/widget-calls.d.ts +2 -0
- package/dist/react19/types/helpers/connectycube.d.ts +4 -3
- package/dist/react19/types/hooks/index.d.ts +1 -0
- package/dist/react19/types/hooks/store/useAppSettingsStore.d.ts +3 -0
- package/dist/react19/types/hooks/useAppPresets.d.ts +2 -1
- package/dist/react19/types/hooks/useAudio.d.ts +6 -0
- package/dist/react19/types/locales/el/translation.json.d.ts +7 -1
- package/dist/react19/types/locales/en/translation.json.d.ts +7 -1
- package/dist/react19/types/locales/ua/translation.json.d.ts +7 -1
- package/dist/types/components/calls/calls-confirm-incoming.d.ts +2 -0
- package/dist/types/components/calls/calls-fullscreen-stream.d.ts +6 -0
- package/dist/types/components/calls/calls-header-buttons.d.ts +3 -0
- package/dist/types/components/calls/calls-modal-screen.d.ts +2 -0
- package/dist/types/components/calls/calls-navigation/calls-nav-buttons.d.ts +5 -0
- package/dist/types/components/calls/calls-navigation/calls-nav-hung-up.d.ts +2 -0
- package/dist/types/components/calls/calls-navigation/calls-nav-screen-share.d.ts +2 -0
- package/dist/types/components/calls/calls-navigation/calls-nav-toggle-camera.d.ts +2 -0
- package/dist/types/components/calls/calls-navigation/calls-nav-toggle-mic.d.ts +2 -0
- package/dist/types/components/home/main/chat-header/chat-header-avatar.d.ts +3 -0
- package/dist/types/components/home/main/chat-header/chat-header-back-button.d.ts +3 -0
- package/dist/types/components/home/main/chat-header/chat-header-buttons.d.ts +3 -0
- package/dist/types/components/home/main/chat-header/chat-header-titles.d.ts +3 -0
- package/dist/types/components/home/main/chat-header/chat-header.d.ts +3 -0
- package/dist/types/components/home/main/message/message.d.ts +2 -0
- package/dist/types/components/widget/widget-calls.d.ts +2 -0
- package/dist/types/helpers/connectycube.d.ts +4 -3
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/store/useAppSettingsStore.d.ts +3 -0
- package/dist/types/hooks/useAppPresets.d.ts +2 -1
- package/dist/types/hooks/useAudio.d.ts +6 -0
- package/dist/types/locales/el/translation.json.d.ts +7 -1
- package/dist/types/locales/en/translation.json.d.ts +7 -1
- package/dist/types/locales/ua/translation.json.d.ts +7 -1
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
## 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.
|