Skip to content

Releases: cometchat/chat-sdk-javascript

v3.0.9

01 Jul 14:37
Compare
Choose a tag to compare
  • Added the ability to share multiple files/attachments in a single media message.

v3.0.8

20 Jun 16:20
Compare
Choose a tag to compare
  • 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

08 Jun 06:08
Compare
Choose a tag to compare
  • 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

14 Jan 13:04
Compare
Choose a tag to compare
  • WebSocket Connection Optimizations.

v3.0.5

30 Dec 15:01
Compare
Choose a tag to compare
  • Added ability to tag Conversations.
  • Added ability to tag Messages.

v3.0.4

15 Dec 06:38
Compare
Choose a tag to compare
  • 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

29 Oct 18:12
Compare
Choose a tag to compare
  • Added onScreenShareStarted() & onScreenShareStopped() events in the OngoingCallListener.
  • Added a method forceLegacyUI() in the CallSettingsBuilder().

v2.4.1

29 Oct 17:12
Compare
Choose a tag to compare
  • Added onScreenShareStarted() & onScreenShareStopped() events in the OngoingCallListener.
  • Added a method forceLegacyUI() in the CallSettingsBuilder().

v3.0.2

28 Oct 15:04
Compare
Choose a tag to compare
  • Bugfix for marking self messages as delivered and read.

v3.0.2-beta1

12 Oct 07:54
Compare
Choose a tag to compare
v3.0.2-beta1 Pre-release
Pre-release
  • Added showRecordingButton() & startRecordingOnCallStart() in CallSettingsBuilder().
  • Added listener for onRecordingStarted(), onRecordingStopped() & onUserMuted() in OngoingCallListener().
  • Added methods to start & stop call recording.