Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="description" content="Join a conference on a different device">
    <title>Circuit JS SDK</title>
    <script src="https://unpkg.com/circuit-sdk@beta"></script>
    <script src="https://rawgit.com/circuit/js-sdk/master/jsbin-template.js"></script>
    <link rel="stylesheet" href="https://rawgit.com/circuit/js-sdk/master/jsbin-template.css">
  </head>
  <body>
    <div id="template"></div>
    <section id="main" style="display:none">
      <div><button id="findCalls">1. Find conferences to join</button></div>
      <div><select id="callList" size="5" style="width:300px"></select></div>
      <div><button id="findDevices">2. Find devices</button></div>
      <div><select id="devicesList" size="5" style="width:300px"></select></div>
      <button id="join">3. Join conference</button>
    </section>
    <audio id="remoteAudio" autoplay="autoplay"></audio>
</body>
</html>
Output

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

Dismiss x
public
Bin info
rogerupro
0viewers