Skip to content

Instantly share code, notes, and snippets.

@phm200
Created May 30, 2018 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phm200/266b2a5c56967cdaaf5bc8e025d125f3 to your computer and use it in GitHub Desktop.
Save phm200/266b2a5c56967cdaaf5bc8e025d125f3 to your computer and use it in GitHub Desktop.
Streams PR #26
// Create the CCP iframe and append it to the container div.
var iframe = document.createElement('iframe');
iframe.src = params.ccpUrl;
iframe.style = "width: 100%; height: 100%";
iframe.allow = "microphone";
containerDiv.appendChild(iframe);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment