HTML

Hah, now we're entering the inner sanctum of our applications. Actually the HTML (index.html) is the same for both the SIP.js and the VERTO version. The only thing to change is which JavaScript files to load.

The VERTO flavor is as follows:

 <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content="A WebRTC client for Verto FreeSWITCH module"> <meta name="author" content="Giovanni Maruzzelli"> <link rel="icon" href="favicon.ico"> <title>WebRTC Rooms</title> <!-- ...

Get FreeSWITCH 1.8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.