Skip to content

Commit 1430899

Browse files
committed
Update video link
1 parent 50596e6 commit 1430899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Created with [ringcentral-embeddable-extension-factory](https://github.com/ringc
2020

2121
## Video
2222

23-
[https://youtu.be/lhjPLU95B6Q](https://youtu.be/lhjPLU95B6Q)
23+
[https://youtu.be/XqDA-VL-OhM](https://youtu.be/XqDA-VL-OhM)
2424

2525
## Screenshots
2626

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://apps.ringcentral.com/integration/ringcentral-embeddable-preview/adapter.js' + appConfigQuery
28+
rcs.src = 'https://ringcentral.github.io/ringcentral-embeddable/adapter.js' + appConfigQuery
2929
var rcs0 = document.getElementsByTagName('script')[0]
3030
rcs0.parentNode.insertBefore(rcs, rcs0)
3131
})()

0 commit comments

Comments
 (0)