File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Created with [ringcentral-embeddable-extension-factory](https://github.com/ringc
20
20
21
21
## Video
22
22
23
- [ https://youtu.be/lhjPLU95B6Q ] ( https://youtu.be/lhjPLU95B6Q )
23
+ [ https://youtu.be/XqDA-VL-OhM ] ( https://youtu.be/XqDA-VL-OhM )
24
24
25
25
## Screenshots
26
26
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (clientID || appServer) {
25
25
; ( function ( ) {
26
26
console . log ( 'import RingCentral Embeddable Voice to web page' )
27
27
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
29
29
var rcs0 = document . getElementsByTagName ( 'script' ) [ 0 ]
30
30
rcs0 . parentNode . insertBefore ( rcs , rcs0 )
31
31
} ) ( )
You can’t perform that action at this time.
0 commit comments