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> <!-- ...