Ringcentral Embeddable Versions Save

RingCentral Embeddable widget

1.8.4

1 year ago

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

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

Enhancement

  • feat: support Company Directory Control (#633)
  • feat: support to get call queue list in contacts (#632)

1.8.3

1 year ago

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

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

Enhancement

  • feat: support to login with JWT token (#614 / Docs)
  • feat: add web phone session sync event (#613 / Docs)

Bugfixs

  • fix: create and renew subscription 429 issue at multiple tabs(#628)
  • fix: token refresh may get 400 and 429 issue at multiple tabs (#623)
  • fix: upgrade web phone SDK 0.8.10 to add missing SIP info at hold/un-hold (#624)
  • fix: wrong permission check of Glip person API (#621)
  • fix: web phone keep loading when close popup window (#617)

1.8.2

2 years ago

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

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

Enhancement

  • feat: support to set userStatus and dndStatus (#608 / Docs)
  • enhancement: use custom protocol to wakeup desktop app (#607 / #605)

1.8.1

2 years ago

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

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

Enhancement

feat: support to pass code verifier for customize authorization (#589 /docs) feat: support to show my location numbers at calling setting event (#582 / docs )

Bugfixs

fix: error when third party contacts return empty after refresh (#593) fix: do not request video configuration without Meetings permission (#592) fix: blank logo issue when load embeddable from browser extension local file (#584)

Dependency Upgrading

chore: upgrade RingCentral web phone SDK 0.8.9 (#585)

1.8.0

2 years ago

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

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

Breaking Changing

  • Remove support for IE (#561)

New features

  • feat: support new brands (Atos, Avaya and Rainbow) (#571)
  • feat: support to change brand config and theme after user login (#560)
  • feat: support end-to-end encryption, waiting room options at meeting scheduler for RingCentral Video (#560)

Enhancement

  • refactor: new auth solution (open auth window directly in app, not proxy iframe required) (#560)
  • feat: allow to disable minimize (#576)
  • feat: add isWindowPoppedUp in RCAdapter (#577)

Bugfixs

  • fix: call dialer status notify issue (#572)
  • fix: remove allow-downloads from sandbox attributes at safari (#574)
  • fix: missing login number issue at event (#578)

Dependency upgrading

  • Upgrade widgets lib 0.13.2 (package renamed into @ringcentral-integration/commons and @ringcentral-integration/widgets)

1.7.3

2 years ago

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

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

Bug fixs

  • fix: call may drop after user refresh no web phone tab at multipleTabsSupport mode (#566)

1.7.2

2 years ago

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

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

New features:

  • feat: record/stopRecord call by call control RESTful API, support to mute auto recording for PSTN call (after 11/3 server side support) (#563)

Enhancements:

  • Use sipInstanceManager to reuse inactive sip id to resolve "Too many web phone instances" issue after frequent refreshing (#549)
  • Do not open popup window when there are calls (#565)
  • In multipleTabsSupport enabled, web phone only connected at first connected tab (active) (#564)
  • Upgrade web phone SDK 0.8.8 to support SIP UPDATE message (#562)
  • Update adaptive badge UI and logo (#552)

Bugfixs

  • Fix logout issue when get ERR_NETWORK_CHANGED error (#548)
  • Fix logout issue when PKCE flag is not existed at token data (#543)
  • Fix call disconnect when user cancel page reload at Firefox (#547)
  • Fix web phone instance audio memory leak at reconnecting (#539)

1.7.1

2 years ago

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

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

Bug fixs

  • fix: throttle personal contacts requests for rate limit issue (#529)
  • fix: notification subscription recreate issue at sleep detected (#537)
  • fix: no audio issue at Chrome 92 (#538)

Enhancement

  • enhancement: redirect to calls page when call started at other devices (#532)
  • enhancement: reuse sip instance id at web phone reconnection (#534)

1.7.0

2 years ago

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

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

New features

feat: support to set ringtone (Doc / #521) feat: support vcard click handler ( Doc / #504) feat: support to popup a standalone window (Doc / #502 #506)

Bug fixs

fix: upgrade rc sdk to 4.5.1 to fix Authorzation pop window (#528) fix: show call queue name at call (#522) fix: call log rate limit issue at multiple tabs (#518)

Others

chore: update RingCentral logo and primary color (#526) refactor: remove active calls request at call status changed (#509)

1.6.2

3 years ago

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

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

Bug fixs

fix: add autoplay in iframe allow (#493 #492) fix: subscription refresh issue after chrome 88 (#495)

upgrade: RingCentral JS SDK 4.4.2 (#499)