I'm creating the element below and then I call attachMediaStream which is defined in adapter.js
Scott
$container.append(
"<div id='"+ divId + "'>" +
"<video class='vwf-webrtc-video' id='" + videoId +
"' width='320' height='240' " +
"loop='loop' autoplay = true muted='true' " +
"style='position: absolute; left: 0; top: 0; z-index: 40;'>" +
"</video>" +
"</div>"
);