这份文档还在翻译中,预期年底前完成。欢迎您提供宝贵的意见及建议。
JavaScript
Introduction
In this tutorial, you will learn how to create a Client SDK application and then write the code to make a phone call from your web app to a phone.
To achieve this, you will need:
- A web application that will make the voice call using the Client SDK.
- A publicly accessible URL that serves instructions on how to handle the call. You will use a GitHub Gist to accomplish this. GitHub Gists are a simple way to share code snippets with others.
Making an in-app voice call
Make a voice call from a web app to a phone.
Also available on:
Steps