JavaScript Platform Overview
Twilio’s Programmable Video JavaScript SDK lets you add real time voice and video to your web applications.
前提条件
Ensure you have one of the following web browsers available: Chrome, Firefox or Safari 11. See Supported browsers for more details.
Programmable Video live demo
Launch our Twilio Programmable Video live demo — high-quality, full-featured and open-source video collaboration application — in less than five minutes.
Run the Quickstart app
Running the Twilio Video JavaScript Quickstart app is a great starting point for adding video to your own applications. Get the JavaScript Quickstart app here.
To add video to your application, follow the Getting Started Guide
Add the SDK
NPM
You can install the JavaScript Video library using Node Package Manager:
npm install --save twilio-video
CDN
You can also include it in your application from our CDN:
<script src="//media.twiliocdn.com/sdk/js/video/releases/2.8.0/twilio-video.min.js"></script>
サポートされるブラウザー
The JavaScript Video library requires recent versions of Chrome and Firefox, or Safari 11 and above.
Chrome | Firefox | Safari | Edge (Chromium) | |
---|---|---|---|---|
Android | ✓ | ✓ | - | - |
iOS | * | * | ✓ | - |
Linux | ✓ | ✓ | - | - |
macOS | ✓ | ✓ | ✓ | ✓ |
Windows | ✓ | ✓ | - | ✓ |
* Chrome and Firefox for iOS do not have access to WebRTC APIs, unlike Safari for iOS.
ヘルプが必要ですか?
誰しもが一度は考える「コーディングって難しい」。そんな時は、お問い合わせフォームから質問してください。 または、Stack Overflow でTwilioタグのついた情報から欲しいものを探してみましょう。