Skip to content

Releases: symblai/symbl-web-sdk

Web SDK v1.0.2

28 Apr 02:59
0c66f7e
Compare
Choose a tag to compare

Changes:

  • Made startProcessing arguments optional.
  • Made the options paramater for createAndStartNewConnection optional.
  • If an audio stream is passed in without encoding configs, encoding is selected automatically.

Bug Fixes:

  • If the audio stream type is different from the encoding type specified in the config, an error is now thrown. Previously it failed silently.
  • Audio output is no longer being "eaten" by element processing methods
  • All exposed classes are properly set to the window object.

Web SDK v1.0.1

27 Apr 04:50
Compare
Choose a tag to compare

Features:

  • Add new modifySampleRate method to the StreamingAPIConnection class. modifySampleRate accepts an sample rate as an argument.
    • Added new event session_modified which is fired when modifySampleRate is called.
    • modifySampleRate is called automatically on device change.
  • Added support for OPUS in attachAudioSourceElementin Safari.
  • Added mp4 support for attachAudioSourceElement.

Bug Fixes:

  • Fixes issue for Typescript developers where types were not properly bundled with the build
  • Fix bug where getUserMedia request was always called twice
  • Removed requirement for type attribute on audio elements in attachAudioSourceElement.
  • Fixed bug in Opus element streaming that sometimes grabbed microhpone data instead of audio element data.
  • Fixed various Typescript type errors.
  • Removed unused files from package, reduced package size.
  • Fix bug where auto-selecting of sample rate wasn't validated against the encoding type's accepted sample rates.
  • Added extra validation to createAndStartNewConnection arguments.
  • Added extra validation for Symbl.wait method.
  • Increase unit test coverage to 92% lines and 87% for branch.

Web SDK v1.0.0

12 Apr 21:57
Compare
Choose a tag to compare

What's Changed

A complete redesign of the Web SDK. Any previous versions are not compatible.

Web SDK v0.8.2

30 Dec 07:26
Compare
Choose a tag to compare

Add options to subscribeToStream function: https://github.com/symblai/symbl-web-sdk#subscribe-api-options
Add handlers to subscribeToStream: https://github.com/symblai/symbl-web-sdk#subscribe-api-handlers
Add extra handlers for createStream: https://github.com/symblai/symbl-web-sdk#subscribe-api-handlers
Add onReconnectFail handlers.

v0.6.0

09 Dec 09:36
Compare
Choose a tag to compare

Added createStream functionally. Deprecated startRealtimeRequest
Updated version of JS-SDK to 1.2.1
Added ability to pass in custom sourceNode
Added ondevicechange handler and deviceChanged callback
Updated Readme.

Web SDK v0.5.1

25 Nov 02:02
Compare
Choose a tag to compare

Fixes bug with onTrackerResponse handler.

Web SDK v0.5.0

23 Nov 05:05
Compare
Choose a tag to compare
Update version in package.json.