Skip to content

Releases: ChannelizeIO/Channelize-Javascript-SDK

v4.9.1

31 Aug 05:43
Compare
Choose a tag to compare
  • Fix thumbnail upload issue.
  • Other minor patches.

v4.9.0

22 Jul 12:48
Compare
Choose a tag to compare
  • resolved issues in setCurrentUser function.
  • added isServerConnection function
  • added setLogLevel and setLogger function in client and server.

v4.7.0

21 May 09:09
Compare
Choose a tag to compare

Added Private Key support in SDK

  • Added Server class and exported it everywhere.
  • Added connect, setCurrentUser, getCurrentUser, disconnect & createAccessToken in server class.
  • Added option autoSubscribeSocketEvents in socket-service.
  • Added test cases for client and server.

Improved chat configs

  • removed config.allow_guest_users in conversation-model
  • added config.allow_chat and config.allow_watch
  • added conversation.canWatch() and conversation.canChat()

Ban User Support

  • Added ban property in `conversation-model.
  • Added API functions - banUsers, unbanUsers
  • Added ListQuery -ConversationBanListQuery and added list function in it.
  • Added user.conversation_ban_updated event for ban/unban.
  • Added addEvent function for custom event add(not currently used now but did this for symmetry)

Socket Improvements

  • Added option allowUserPresenceEvents while initializing with default true
  • Added allowedRole key for each socket event and added validations as per those.
  • allowed subscribeAll for anonymous and guest roles also.

v4.5.0

08 Mar 17:18
Compare
Choose a tag to compare

Added guest user support in SDK

  • Added function connectAsGuest
  • Added function switchToGuest

v4.4.2

20 Jan 13:37
Compare
Choose a tag to compare

Added pin/unpin message support in SDK.

v4.4.1

17 Dec 08:16
Compare
Choose a tag to compare

Added anonymous user support for open conversation functions

v4.3.3

10 Sep 12:24
Compare
Choose a tag to compare

Resolved members not valid issue in createConversation function

v4.3.2

10 Sep 06:44
Compare
Choose a tag to compare
  • Added id parameter support in createConversation function

v4.3.1

18 Aug 10:01
Compare
Choose a tag to compare
  • Give support of passing image url apart from file object in updateProfilePhoto function of conversation model.

v4.3.0

24 Jul 12:11
Compare
Choose a tag to compare
  • Fix issue in document uploading
  • Add getUrlMetadata function in message model.