Initializing Verto
It's time to edit our main.js JavaScript file. Start with the following structure:
// our main function
(function() {
var vertoHandle, vertoCallbacks;
// put your code here!
})();
Initializing
Initializing Verto will prepare the browser for WebRTC requiring and testing media permissions and checking for available devices.
↧