Stringee SDK for Web Changelog
Changelog and release notes for the Facebook SDK for Web
2.2.1 - October 07, 2020
Add StringeeVideo, support video conference2.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 API1.5.10 - May 31, 2019
Fix bug in function: StringeeUtil.isWebRTCSupported()1.5.9 - February 27, 2019
1.5.91.5.2 - October 08, 2018
remove var io=io||{}1.5.1 - September 21, 2018
add hold/unhold method1.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.allClients1.3.6 - June 08, 2018
Add StringeeCall.customDataFromYourServer property1.3.5 - June 07, 2018
Add StringeeCall.sendDtmf() method1.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