See how the Sinch In-app Voice and Video JavaScript SDK for browsers is evolving and find out about new features and bug fixes.
- Feature:
CallClient.setAudioTrackConstraintsandCallClient.setVideoTrackConstraintsare now also applied for ongoing calls.
- Feature: Add methods:
CallClient.setAudioTrackConstraintsandCallClient.setVideoTrackConstraintsto configure track constraints (for example specify deviceId for audio/video input) applied when creating new calls. - Improve error messages thrown when Sinch client fails to start due to push related problem.
- Feature: Add warning events:
MissingMediaStream,HighRemoteInboundRtt,HighInboundPacketLoss,HighInboundJitter,ConstantOutboundAudioLevel,ConstantInboundAudioLevel,ZeroInboundAudioLevel,ZeroOutboundAudioLevel. - Feature: Add call quality warning events. Implement
CallListener.onCallQualityWarningEventcallback to be notified about call quality events.
- Change(backport): Use gzip encoding for sending the call report.
- Change: Improve handling of extending instance expiry.
- Change: Unify
CallDetails.setupDurationdefinition. It is defined as the duration between the call start and theonCallProgressingevent indicating that the push notification was sent to the callee. If the notification was not yet sent or it is an inbound call this duration is0. - Change:
CallDetails.durationnow returns returns0(instead of-1) if the call has never established and ended. - Feature: Add
CallDetails.notifyingDuration,CallDetails.ringingDurationandCallDetails.connectingDurationparameters. - Bugfix: Fix a bug that could cause SDK to crash when unexpected signalling message was received.
- Bugfix: Fix a bug that could cause issuing
CallListener.onCallProgressingfor the callee. - Feature: Add
CallListener.onCallRinging. It is invoked for the caller when the push notification is received by the callee. - Change
CallListener.onCallProgressinginvocation logic. It is now invoked for the caller, when Sinch issues the push notification to the callee. - Feature: Add
CallListener.onCallAnsweredcallback. It is invoked for both caller and the callee when the callee answers the call. Note that it might take some time after this callback is invoked for media stream to connect (seeCallListener.onCallEstablished). - Feature: Change
CallListener.onCallEstablishedcallback invocation logic. It is now triggered when the callee answered the call and media connection is established. This means both peers should be able to hear and talk to each other.
- Bugfix: Improvement of internal WebRTC resources cleanup process
- Bugfix: Improvement of push payload
- Bugfix: Improvement of public documentation
- Feature: Restart client automatically when config changes.
- Feature: Add type declaration file
- Feature: Introduced compatibility with new signaling service
- Bugfix: Add ICE candidates only after remoteDescription has been set, to avoid discarding ICE candidates
- Bugfix: Improve the way internal call reports are submitted by fixing a few incomplete details
- Feature: Not using UUID for call ids.
- Bugfix: Internal logging fixes
- Feature: CLI (Calling Line Identifier) allows setting of incoming caller to callee for in-app data to telephone calling based on purchased virtual voice number.
- New JavaScript SDK released