Skip to content

Releases: ringcentral/ringcentral-embeddable

v1.1.2

31 Mar 09:29
05d548b
Compare
Choose a tag to compare

Get app in here https://apps.ringcentral.com/integration/ringcentral-embeddable/1.1.2/index.html

New features

  • feat: add navigate to API (Docs)
  • feat: add dialer status event (Docs)
  • feat: add meeting status event (Docs)
  • feat: add schedule meeting API (#356 / Docs)
  • feat: enable ActiveCallControl by default (Require CallControl permission) (#352)

Bugfix

  • fix (security): postMessage to target origin in redirect page (#362)

v1.1.1

10 Feb 03:12
d2f24e7
Compare
Choose a tag to compare

Get app in here https://apps.ringcentral.com/integration/ringcentral-embeddable/1.1.1/index.html

New features

  • feat: add API for hold/unhold/transfer/forward/record/mute web phone call (#336 / Docs)
  • feat: add event for web phone muted (#345 / Docs)
  • feat: add event for auto call logger status changed (#344 / Docs)

Enhancements

  • feat: show login number in rc-login-status-notify (#346 / Docs)
  • chore: use ringcentral-c2d in demo page Docs

Upgrades

v1.1.0

24 Dec 07:20
c3d41bd
Compare
Choose a tag to compare

Get app in here https://apps.ringcentral.com/integration/ringcentral-embeddable/1.1.0/index.html

New features:

feat: add region settings changed event (#304 / Docs)
feat: show meeting if user has permission, support copy to clipboard with meeting info (#312)

Enhancements:

enhance: refresh contact match after contact sync trigger (#305)

Bugfixs:

fix: active call control error when no permission (#314)
fix: wrong active call nocall event (#322)
fix: web phone transfer issue in some network environment (#323)

Upgrades:

widgets: use widget 0.10.17

v1.0.3

31 Oct 03:00
10190ba
Compare
Choose a tag to compare

Get app in here https://apps.ringcentral.com/integration/ringcentral-embeddable/1.0.3/index.html

Bugfixes:

fix: memory leak issue from react 16.8
fix: avoid to post message to origin * in adapter.js

v1.0.2

24 Oct 08:46
3077c70
Compare
Choose a tag to compare

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/1.0.2/index.html

Important

From this version, it is required to setup your own RingCentral client id into this widget. Please follow here to setup.

New features

  1. feat: allow to disable inactive tab active call event (#279)
  2. feat: add refresh button in contacts page (#283)
  3. feat: add contact sync trigger api (#295)
  4. feat: show company and job title in contact detail page (#299)
  5. feat: support to set widget zIndex (#297)
  6. feat: throw error when app client id is empty (#299)

Bugfixes

  1. fix: call history page scroll issue (#278)
  2. fix: hide and disable glip when get 400 account not found error (#280)
  3. fix: date format error in conversation logger (#281)
  4. fix: web phone issue in Firefox 60 (#283)
  5. fix: bug that call with desktop fails to work in mobile devices (#283)
  6. fix: call badge navigate issue (#286)

Upgrade

  1. upgrade ringcentral-widgets library to 0.10.15

v1.0.1

15 Aug 07:27
e2378f2
Compare
Choose a tag to compare

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/1.0.1/index.html

New features:

  1. Feature: add from number in calling setting API (#265 / Docs)
  2. Feature: support to disconnect inactive web phone instance (#271 / Docs)

Bugfixes

  1. Fix: ie api request cache issue (#274)
  2. Fix: web phone refresh instance unreleased issue (#271 )

Upgrade

  1. Upgrade: use ringcentral sdk to 3.2.2 (#276)

v1.0.0

18 Jul 08:56
be3e463
Compare
Choose a tag to compare

Release notes: RingCentral Embeddable 1.0 release notes

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/1.0.0/index.html

New features:

  1. feat: support to log messages (#257)(Docs)
  2. feat: add api to interact with calling settings (#261) (Docs)
  3. feat: support E911 calling and parked call number dialing (#264)
  4. feat: support to login with authorization code (#252)

Enhancement:

  1. Reduce heavy API request (fix rate limit problem) (#262 #255)
  2. Use media reader link in recording and voicemail logger api (#260)
  3. High Availability in webRTC phone (#256)

Widgets library

  • upgrade ringcentral-widgets library to 0.10.9 (#256 #263)

v0.2.5

24 Jun 08:53
82ebae6
Compare
Choose a tag to compare

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/0.2.5/index.html

New features

  1. feat: support to add third party settings (#248 / Docs)
  2. feat: support to enable analytics (#237 / Docs)
  3. feat: call recording content uri in call logger feature (#244 / Docs)
  4. feat: support to enable error report service (#240 / Docs / One Issue)

Enhancement and Bugfixs

  1. enhance: active call control feature (#239)
  2. i18n: add i18n for navigation title (#250)

Upgrade with Widgets 0.10.7 library

  1. fix: handle set cached subscription failed
  2. fix(Auth): logout duplicate requests issue among multiple tabs
  3. upgrade: ringcentral web phone sdk 0.7.0 (support backup sip server)
  4. feat: support main*extension format in browser and softphone mode
  5. feat: support to change inbound call to conference call

v0.2.4

24 May 13:04
743a908
Compare
Choose a tag to compare

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/0.2.4/index.html

New features

  1. feat: new adapter UI (PR: #218 / Docs)
  2. feat: support to set third party brand icon in authorization and contacts section (PR: #221 / Docs)
  3. feat: enable auto enter host key when lanuch conference (#225)
  4. enhance: update contact filter (#226)

Widgets upgrade

  1. upgrade: widget 0.10.6 (#224)

Build tool update

  1. build: support to build with brand config (#223)

v0.2.3

26 Mar 03:00
4005cd4
Compare
Choose a tag to compare

Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/0.2.3/index.html

feat: schedule meeting (#211)
fix: web phone hold issue in Firefox (#214)
upgrade: widgets library to 0.10.3 (#209) (#214)

Build and test tool:
Upgrade babel 7 and jest (#212)
Enhancement of test architecture and add widget tests (#216)