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 a0caded commit bb28fe6Copy full SHA for bb28fe6
app-to-app-js/client_alice.html
@@ -14,7 +14,7 @@ <h1>App from App Call (Alice)</h1>
14
const btnCall = document.getElementById("btn-call");
15
const btnHangUp = document.getElementById("btn-hangup");
16
new NexmoClient({ debug: true })
17
- .login(aliceJWT)
+ .createSession(aliceJWT)
18
.then(app => {
19
btnCall.addEventListener("click", () => {
20
console.log("Calling Bob...");
@@ -30,4 +30,4 @@ <h1>App from App Call (Alice)</h1>
30
.catch(console.error);
31
</script>
32
</body>
33
-</html>
+</html>
0 commit comments