Skip to content

Commit

Permalink
Update customize-authorization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Aug 6, 2024
1 parent 3c02569 commit 51bdbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customize-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.addEventListener('message', (e) => {
## Pass RingCentral authorization code:

```js
document.querySelector("#rc-widget-adapter-frame").contentWindow.postMessage({
document.querySelector("#engage-voice-embeddable-adapter-frame").contentWindow.postMessage({
type: 'rc-ev-authorization-code',
callbackUri: "http://localhost:8080/redirect.html?code=authorization_code&state=MTU5OTE0MzE5NTQ5OQ%3D%3D"
}, '*');
Expand Down

0 comments on commit 51bdbdf

Please sign in to comment.