Skip to content

Commit 50596e6

Browse files
authored
Support RingCentral Video (#32)
1 parent d0b1f3d commit 50596e6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive-embeddable-ringcentral-phone-spa",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
55
"keywords": [
66
"RingCentral",
@@ -55,7 +55,7 @@
5555
"npm-run-all": "4.1.3",
5656
"pug-html-loader": "1.1.5",
5757
"recursive-assign": "0.2.0",
58-
"ringcentral-embeddable-extension-common": "0.8.0",
58+
"ringcentral-embeddable-extension-common": "0.8.3",
5959
"shelljs": "0.8.2",
6060
"standard": "^12.0.1",
6161
"style-loader": "0.23.1",

src/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (clientID || appServer) {
2525
;(function() {
2626
console.log('import RingCentral Embeddable Voice to web page')
2727
var rcs = document.createElement('script')
28-
rcs.src = 'https://ringcentral.github.io/ringcentral-embeddable/adapter.js' + appConfigQuery
28+
rcs.src = 'https://apps.ringcentral.com/integration/ringcentral-embeddable-preview/adapter.js' + appConfigQuery
2929
var rcs0 = document.getElementsByTagName('script')[0]
3030
rcs0.parentNode.insertBefore(rcs, rcs0)
3131
})()

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ringcentral Embeddable Widgets for Pipedrive",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Add RingCentral Embeddable Voice widgets to Pipedrive",
55
"permissions": [
66
"http://*/",

0 commit comments

Comments
 (0)