Does the Vonage Video API support HTTPS?
Question
Does the Vonage Video API support HTTPS?
Applies To
- HTTPS
- Video API
Answer
The Vonage Video API JavaScript library only supports HTTPS. You can load the library by setting the src attribute of the script tag to the following:
<script src="https://static.opentok.com/v2/js/opentok.js"></script>
Video streams in Vonage Video API are always encrypted, as per the WebRTC specification.
Comments
0 comments
Article is closed for comments.