Releases: circuit/circuit-sdk
Releases · circuit/circuit-sdk
1.2.8401
1.2.7604
1.2.7403
Bug fixes:
- Endless renewToken calls when app's TTL is 30 days
- Allow CORS for /avatar endpoint to download avatars
- Update rtcAdapter for cordova to match latest version of iosrtc plugin
New APIs:
OAuth:
- New OAuth parameters "login_hint" and "prompt". See https://circuit.github.io/oauth.html for details.
1.2.7005
1.2.7003
Improvements:
- Node SDK fileupload improvement. Does not require private file api anymore to upload files.
- Enhance startConference API to accept a different clientId
Bug fixes:
- JS SDK on windows sent device subtype WIN_JS_SDK instead JS_SDK
- Fix bug in addParticipantToRtcSession API
- Fix addLabels API to return labels properly
1.2.6402
1.2.6002
Changes:
- 'ALL' scope is not supported anymore. Instead application should provide all individual scopes required to Circuit.Client constructor. If no scope is passed all individual scopes are assumed in which case make sure your app is registerd with all those scopes.
- Support for space delimiter for scopes in addition to comma delimiter. Required for gcloud, e.g. Google Assistant