Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v2.3.2
- Added a method
setCustomCSS()
in theCallSettingsBuilder
. This will apply the given CSS to the Calling Component.
v2.3.1
- Added a method in the call settings builder to hide the switch mode button.
- Added a method to change the mode.
- Added methods to fetch audioInput, audioOutput & videoInput devices.
- Added methods to change the audioInput, audioOutput & videoInput devices.
- Added an event in the OngoingCallListener named
onMediaDeviceListUpdated
. It is triggered whenever a device is added/removed or the active device is changed.
v2.3.0
- Added a method to fetch participants count in a call.
- Added onUserListUpdated event in OngoingCallListener.
- Added a method to start a call with audio, video muted.
v2.2.1
- Fixed an issue with UID & name being piped as a number instead of string in the onUserOnline & onUserOffline Listeners.
- Calling Optimization.
v2.2.0
- Calling Optimization.
- Miscellaneous bug fixes.
v2.1.8-beta1
- Fixed Issue with auth token being sent in typing & receipts stanza
v2.1.7
- New Calling Component.
- Miscellaneous optimizations.
v2.1.7-beta1
- Calling UI & performance optimization.
- Miscellaneous optimizations.
v2.1.6
- Added tags for users & groups.
v2.1.5
- Added a method to transfer ownership of a group.
- Miscellaneous optimizations.