Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v3.0.9
- Added the ability to share multiple files/attachments in a single media message.
v3.0.8
- Added methods & listeners for switching a call from audio to video.
- Added Virtual Background Settings Builder to configure virtual background settings.
- Added methods to set virtual background & show/hide virtual background setting in Call Settings Builder.
v3.0.7
- Added ability to search users based on specific fields.
- Added ability to sort users by a specific field.
- Added ability to sort users in a specific order.
- Added ability to add members to a group while group creation.
- Added ability to filter conversations based on user or group tags.
v3.0.6
- WebSocket Connection Optimizations.
v3.0.5
- Added ability to tag Conversations.
- Added ability to tag Messages.
v3.0.4
- Added
connect()
&disconnect()
methods to manage WebSocket Connection. - Added
autoEstablishSocketConnection()
method in AppSettingsBuilder to enable/disable auto connection of WebSocket on login. - Miscellaneous optimizations.
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.