Skip to content

Releases: circuit/circuit-sdk

1.2.8401

14 Jul 17:38
Compare
Choose a tag to compare
Upload version 1.2.8401

1.2.7604

10 Jan 19:59
Compare
Choose a tag to compare

Minor bug fixes

1.2.7403

13 Dec 17:46
Compare
Choose a tag to compare

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:

1.2.7005

13 Nov 18:24
Compare
Choose a tag to compare

Bug fixes:

  • Endless look in renewToken with Client Credentials

1.2.7003

04 Nov 13:09
Compare
Choose a tag to compare

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

22 Jul 13:27
Compare
Choose a tag to compare

Minor bug fixes.

1.2.6002

10 Jun 11:54
Compare
Choose a tag to compare

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

1.2.5603

16 Apr 23:34
Compare
Choose a tag to compare

Bug fixes:

  • Updated regex for user agent to recognize opera browser correctly

1.2.5402

19 Mar 12:54
Compare
Choose a tag to compare

New & modified APIs:

  • Include replaced flag for callEnded event
  • New API for recording video layout startRecording and switchRecordingLayout

1.2.5201

15 Feb 01:11
Compare
Choose a tag to compare

New & modified APIs:

  • New call attribute cstaCallId for ATC calls