Skip to content

Releases: ChannelizeIO/Channelize-Javascript-SDK

v4.9.1

Choose a tag to compare

@pardeep-kumar-bs pardeep-kumar-bs released this 31 Aug 05:43
  • Fix thumbnail upload issue.
  • Other minor patches.

v4.9.0

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 22 Jul 12:48
  • resolved issues in setCurrentUser function.
  • added isServerConnection function
  • added setLogLevel and setLogger function in client and server.

v4.7.0

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 21 May 09:09

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

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 08 Mar 17:18

Added guest user support in SDK

  • Added function connectAsGuest
  • Added function switchToGuest

v4.4.2

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 20 Jan 13:37

Added pin/unpin message support in SDK.

v4.4.1

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 17 Dec 08:16

Added anonymous user support for open conversation functions

v4.3.3

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 10 Sep 12:24

Resolved members not valid issue in createConversation function

v4.3.2

Choose a tag to compare

@abhishekbadoni-bigstep abhishekbadoni-bigstep released this 10 Sep 06:44
  • Added id parameter support in createConversation function

v4.3.1

Choose a tag to compare

@balramgoyal balramgoyal released this 18 Aug 10:01
  • Give support of passing image url apart from file object in updateProfilePhoto function of conversation model.

v4.3.0

Choose a tag to compare

@balramgoyal balramgoyal released this 24 Jul 12:11
  • Fix issue in document uploading
  • Add getUrlMetadata function in message model.