Skip to content

Commit

Permalink
misc: use Embeddable widget latest build (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Aug 28, 2024
1 parent fb05a88 commit 5cabc48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function createMainWindow() {
mainWindow.setBrowserView(mainView);
mainView.setBounds({ x: 0, y: 37, width: 300, height: 500 });
mainView.setAutoResize({ width: true, height: true });
let appUrl = 'https://apps.ringcentral.com/integration/ringcentral-embeddable/2.x/app.html';
let appUrl = 'https://apps.ringcentral.com/integration/ringcentral-embeddable/latest/app.html';
appUrl = `${appUrl}?appVersion=${version}&userAgent=RingCentralEmbeddableForLinux/${version}&enableRingtoneSettings=1&enableNoiseReductionSetting=1&enableSMSTemplate=1`;
if (rcClientId) {
appUrl = `${appUrl}&clientId=${rcClientId}`;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ringcentral-embeddable-voice-app",
"description": "A RingCentral phone desktop client, built with RingCentral Embeddable and Electron",
"version": "0.4.0",
"version": "0.4.1",
"main": "main.js",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 5cabc48

Please sign in to comment.