Releases: ringcentral/ringcentral-embeddable
v1.4.0
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
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
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:
v1.2.0
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
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 (RequireCallControl
permission) (#352)
Bugfix
- fix (security): postMessage to target origin in redirect page (#362)
v1.1.1
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
- widgets: use widget 0.10.18
v1.1.0
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
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
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
- feat: allow to disable inactive tab active call event (#279)
- feat: add refresh button in contacts page (#283)
- feat: add contact sync trigger api (#295)
- feat: show company and job title in contact detail page (#299)
- feat: support to set widget zIndex (#297)
- feat: throw error when app client id is empty (#299)
Bugfixes
- fix: call history page scroll issue (#278)
- fix: hide and disable glip when get 400 account not found error (#280)
- fix: date format error in conversation logger (#281)
- fix: web phone issue in Firefox 60 (#283)
- fix: bug that call with desktop fails to work in mobile devices (#283)
- fix: call badge navigate issue (#286)
Upgrade
- upgrade
ringcentral-widgets
library to 0.10.15
v1.0.1
Get app in here: https://apps.ringcentral.com/integration/ringcentral-embeddable/1.0.1/index.html
New features:
- Feature: add from number in calling setting API (#265 / Docs)
- Feature: support to disconnect inactive web phone instance (#271 / Docs)
Bugfixes
Upgrade
- Upgrade: use ringcentral sdk to 3.2.2 (#276)