Skip to content

Releases: ringcentral/ringcentral-embeddable

v1.4.0

22 Oct 14:35
5da9579
Compare
Choose a tag to compare

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

Important: Default redirect URI changed to https://apps.ringcentral.com/integration/ringcentral-embeddable/1.4.0/redirect.html, please make sure to add it in your app setting in RingCentral Developer website. Customize redirect URI by following here

Highlight feature:

feat: support authorization code with PKCE flow, remove implicit grant flow (Docs)

New features:

feat: support to send MMS (images with SMS)
feat: add telephony session event (Docs)
feat: rename Customize Phone and My RingCentral Phone mode into RingOut in CallingSetting page.
feat: go to SMS conversation page with C2SMS api if conversation exists (Docs)
feat: add login popup window event, and support to customize popup login window flow (Docs)
feat: support to use RingCentral auth proxy server (Token management in server side) Example

Enhancement:

chore: rename appKey to clientId (Docs)
feat: support to trigger login popup window by API (Docs)

v1.3.1

18 Aug 07:03
e605c5a
Compare
Choose a tag to compare

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

Important: Default redirect URI changed to https://apps.ringcentral.com/integration/ringcentral-embeddable/1.3.1/redirect.html, please make sure to add it in your app setting in RingCentral Developer website. Set redirect URI by following here

New features:

feat: support to make call with new RingCentral app (#409)
feat: support to disable Text in Messages page (#411 / Docs)
feat: support to trigger call logger entity match (#417 / Docs)

Enhancement:

enhance: increase request timeout for third party service (#418)
refactor: update RcVideo related with widgets lib (#413)

v1.3.0

16 Jul 08:37
f6c4994
Compare
Choose a tag to compare

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

Important: Default redirect URI changed to https://apps.ringcentral.com/integration/ringcentral-embeddable/1.3.0/redirect.html, please make sure to add it in your app setting in RingCentral Developer website. Set redirect URI by following here

New features:

  • feat: support to show MMS image (#383)
  • feat: support to show Call Queue Name in incoming call and call control page (#374)
  • feat: add auto populate conversation text api (#385 / Docs)
  • feat: support to use CallerId from RingCentral service web as default caller Id

Improvement:

  • fix: wrong home country id on making call (#405)
  • Support to only auto populate text in ComposeText page (Docs)
  • Support disable meeting (#387)
  • Disable conference invite feature by default (#395)
  • Increate third party contacts fetch timeout (#380)

v1.2.0

07 May 11:40
a2b4c2e
Compare
Choose a tag to compare

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

Important: Default redirect URI changed to https://apps.ringcentral.com/integration/ringcentral-embeddable/1.2.0/redirect.html, please make sure to add it in your app setting in RingCentral Developer website.

Highlight features:

  • feat: support to make RingCentral Video as meeting schedule provider
  • feat: support to show and log RingCentral Video meetings and recordings (Docs)

Others

  • Support to build for browser extension local files yarn build-extension Build files

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)