We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b879d1 commit b48e3d9Copy full SHA for b48e3d9
app-to-phone-js/client_js.html
@@ -23,7 +23,7 @@ <h1>Call Phone from App</h1>
23
const hangupButton = document.getElementById("hangup");
24
const statusElement = document.getElementById("status");
25
new NexmoClient({ debug: true })
26
- .login(USER_JWT)
+ .createSession(USER_JWT)
27
.then(app => {
28
callButton.addEventListener("click", event => {
29
event.preventDefault();
0 commit comments