Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v3.0.3
- Added onScreenShareStarted() & onScreenShareStopped() events in the OngoingCallListener.
- Added a method forceLegacyUI() in the CallSettingsBuilder().
v2.4.1
- Added
onScreenShareStarted()
&onScreenShareStopped()
events in theOngoingCallListener
. - Added a method
forceLegacyUI()
in theCallSettingsBuilder()
.
v3.0.2
- Bugfix for marking self messages as delivered and read.
v3.0.2-beta1
- Added showRecordingButton() & startRecordingOnCallStart() in CallSettingsBuilder().
- Added listener for onRecordingStarted(), onRecordingStopped() & onUserMuted() in OngoingCallListener().
- Added methods to start & stop call recording.
v2.4.1-beta1
- Added showRecordingButton() & startRecordingOnCallStart() in CallSettingsBuilder().
- Added listener for onRecordingStarted(), onRecordingStopped() & onUserMuted() in OngoingCallListener().
- Added methods to start & stop call recording.
v3.0.1
- Added callbacks in markAsRead & markAsDelivered.
v3.0.0
- Merged all the changes of the latest stable SDK (v2.4.0)
- Added a method to fetch online user count for the app.
- Added a method to fetch online group member count for the specified GUIDs.
- Added a method to fetch user & group tags in the conversation list.
- Added a method to send transient messages.
- Disabled auto marking messages as delivered in SDK.
- Optimized the reconnection logic.
v3.0.0-beta7
- Added a method to send transient messages.
- Disabled auto marking messages as delivered in SDK.
v2.4.0
- Calling Optimizations.
v3.0.0-beta6
- Added a method to get the raw message as JSON from the Message object.
- Fixed issue with the push notification token getting deleted on extensions enabled/disabled.