Suggestions

close search

Stringee SDK for Web Changelog

Changelog and release notes for the Stringee SDK for Web


2.9.0 - February 08, 2023

Allow pass API Stringee base url to call Stringee Server

2.8.3 - December 02, 2022

+ getUsersInfo return more info

2.8.2 - November 27, 2022

Fix the error of not generating candidate, then after 1.2s a call the function to generate fake candidate

2.8.1 - October 11, 2022

+ StringeeChat fix StringeeUser is undefined
+ StringeeChat2 add getUserInfo

2.8.0 - August 04, 2022

+) fix reconnect
+) get StringeeServer Addr by DataCenter

2.7.7 - May 17, 2022

Add event media state change to server

2.7.6 - March 16, 2022

Add StringeeChat2 methods getAttachmentMessages, setChatRole, pinMessage, getMessagesByIds

2.7.5 - January 19, 2022

Fix e.tracking.allValues() is not a function in chatmessagestate event and when calling markConversationAsRead
Revert the old deleted properties of the StringeeMessage object

2.7.4 - December 24, 2021

Add StringeeChat2 methods addParticipants, removeParticipants, updateConversation, deleteConversation, deleteMessage, clearHistory

2.7.3 - December 09, 2021

Bug fixes: Make video call without camera

2.7.2 - November 18, 2021

Bug fixes: Fail to make call on iOS 15.1 & iOS 15.2 devices

2.7.1 - November 06, 2021

Return promise when switching camera for web application on mobile devices.

2.7.0 - October 29, 2021

+ Add StringeeCall2 method upgradeToVideoCall
+ Add StringeeCall2 method joinCall

2.5.5 - September 30, 2021

Fix not publishTrack safari IOS15

2.5.0 - August 09, 2021

Fix bug switch camera

2.3.1 - July 09, 2021

Fix StringeeCall2 block camera

2.2.3 - June 01, 2021

Fix add track for addremotestream

2.2.2 - May 31, 2021

Update sharescreen StringeeCall2

2.2.1 - October 07, 2020

Add StringeeVideo, support video conference

2.1.1 - April 20, 2020

Since version 2.1.1, we use WebSocket direct connection to connect to the Stringee server (socket.io library is longer used).

2.0.1 - April 17, 2020

Add Chat API

1.5.10 - May 31, 2019

Fix bug in function: StringeeUtil.isWebRTCSupported()

1.5.9 - February 27, 2019

1.5.9

1.5.2 - October 08, 2018

remove var io=io||{}

1.5.1 - September 21, 2018

add hold/unhold method

1.3.9 - August 17, 2018

+ Add methods:

StringeeUtil.getActiveClientId()
StringeeClient.prototype.getClientId()
StringeeClient.prototype.getBrowserId()
StringeeClient.prototype.setThisClientIsActive(boolean)
StringeeClient.prototype.isActiveClient()
StringeeClient.prototype.sendCustomMessage(toUser, message, callback)

+ Add properties:
StringeeUtil.allClientsOfThisBrowser
StringeeUtil.allClients

1.3.6 - June 08, 2018

Add StringeeCall.customDataFromYourServer property

1.3.5 - June 07, 2018

Add StringeeCall.sendDtmf() method

1.3.0 - March 16, 2018

- Change call event 'state' to 'signalingstate'
- Add call event 'mediastate'
- Add call event 'otherdevice'

1.2.0 - March 08, 2018

- Push notification
- Multi device support