Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
  <meta name="description" content="Mute mic and speaker of Circuit webclient">
    <title>Circuit JS SDK example</title>
    <link rel="stylesheet" href="https://rawgit.com/circuit/js-sdk/master/jsbin-template.css">
    <script src="https://unpkg.com/circuit-sdk@beta"></script>
    <script src="https://rawgit.com/circuit/js-sdk/master/jsbin-template.js"></script>
  </head>
  <body>
    <div id="template"></div>
    <section id="main" style="display:none">
      <input type="checkbox" id="mic" checked="checked"><label for="mic">Mic</label>
      <input type="checkbox" id="speaker" checked="checked"><label for="speaker">Speaker</label>
      <button id="muteDeviceButton">Send request to webclient</button>
    </section>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
rogerupro
0viewers