16 August 2022
-
Release Notes - Symbl Platform v1.1What's New
- Added support for reusing previous conversations in API Explorer.
- Added Symbl SDKs to the Code View inside the Streaming experience in Playground; added direct links to SDKs.
Fixes and Enhancements:- Updated API Explorer Authentication response to correctly display the
expiresIn
value when using the same token. - Corrected the URI for API Explorer.
- Changed the initial state of the response body to be empty in API Explorer until the user has made a request.
- Corrected the Header name for API Explorer request samples to be Authorization instead of Authentication.
- Various UX fixes.
4 August 2022
-
Updated and Interactive Docs
We’ve given Symbl.ai Docs a new look & feel, with many improvements. Check out the updated Get Started Guide, and the new interactive API Reference where you can make API calls directly from docs.
Updated docs include:
-
New API Explorer
Introducing the API Explorer, a REST API interface that gives you the ability to test and explore APIs with a just few clicks. Simply log in to platform.symbl.ai, then complete round-trip API requests and responses directly in the platform.
-
New Symbl.ai Platform Experience
The new platform experience enables you to process conversation data, test APIs, and explore all of our features without writing a single line of code.
- Sign up or log in to get started at platform.symbl.ai.
- Read more in Get to Know the Platform.
22 June 2022
-
Web SDK new release: Version 1.0.5 of the Symbl Web SDK is now available.
- Validation of keys in
StreamingAPIConnectionConfig
when passed intostartProcessing
. - Removed or updated vulnerable NPM dependencies.
- Validation of keys in
26 May 2022
-
Web SDK new release: Version 1.0.4 of the Symbl Web SDK is now available.
- Added extra validation to
startProcessing
arguments. - Check if WebSocket is connected when making a
modifySampleRate
call. If not, throw aNoConnectionError
. - Added reconnection support. If
reconnectOnError
is set totrue
in the SymblConfig, Web SDK attempts to reconnect after a break in connection. A break in connection is determined after thirty (30) seconds of not receiving any expected data from the WebSocket. - Added
logLevel
to SymblConfig. - Added separate methods to handle
<video>
and<audio>
elements in audiostreams. Web SDK now hasattachAudioSourceElement
,detachAudioSourceElement
,updateAudioSourceElement
,attachVideoSourceElement
,detachVideoSourceElement
, andupdateVideoSourceElement
. Previous versions allowed either<video>
or<audio>
elements to be passed into the sameattachAudioSourceElement
, but going forward only the new separate corresponding methods may be used depending on element type. - Added
getConversationId()
toStreamingAPIConnection
andSubscribeAPIConnection
. These will only be populated after theconversation_created
event has been fired. For more information on theconversation_created
event, see Events and Callbacks. - Added a
Conversation
object which can also be used to get the conversation ID. This object is attached toStreamingAPIConnection
andSubscribeAPIConnection
asconnection.conversation
. Going forward, theConversation
object will integrate with Conversation APIs.
- Added extra validation to
24 May 2022
- Summary API new release: An updated Summary API is now available.
12 April 2022
- Availability of a new Web SDK that enables you to add Symbl’s Conversation Intelligence to your JavaScript application directly in the browser. For more information, see Symbl Web SDK.
14 March 2022
- Enabling All Trackers with Streaming API: Streaming API now supports enabling all the Trackers associated with an account. Read more here.
8 Feb 2022
- Trackers Limit Increase: Increased Tracker creation limit to 500 per account.
- Summarization Alpha Release: Summary API is now available in the Alpha release phase.
- Relative timestamp for Messages API (LABS):
Added support for the parameterstimeOffset
andduration
the Messages API. Read more here. - Nomenclature Change: Change of name for the parameter
customVocabulary
for Topics API tocustomTopicVocabulary
. Backward compatibility available.
31 Jan 2022
- Trackers Management UI: You can create, view, edit, and delete Trackers via the Trackers Management UI. To access this feature, log in to Symbl Platform.
Read more here.
13 Jan 2022
- Streaming API Opus Support: Added support for Opus for Streaming API with 48000 Hz sample rate.
- Streaming API parameters available in GA: Availability of the following Streaming API parameters from Labs to GA:
noConnectionTimeout
,disconnectOnStopRequest
anddisconnectOnStopRequestTimeout
.