Releases: symblai/symbl-web-sdk
Releases · symblai/symbl-web-sdk
Web SDK v1.0.2
Changes:
- Made
startProcessing
arguments optional. - Made the
options
paramater forcreateAndStartNewConnection
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
Features:
- Add new
modifySampleRate
method to theStreamingAPIConnection
class.modifySampleRate
accepts an sample rate as an argument.- Added new event
session_modified
which is fired whenmodifySampleRate
is called. modifySampleRate
is called automatically on device change.
- Added new event
- Added support for OPUS in
attachAudioSourceElement
in 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 inattachAudioSourceElement
. - 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
What's Changed
A complete redesign of the Web SDK. Any previous versions are not compatible.
Web SDK v0.8.2
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
Web SDK v0.5.1
Fixes bug with onTrackerResponse
handler.
Web SDK v0.5.0
Update version in package.json.