Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="description" content="Incoming telephony call">          
    <title>Circuit JS SDK</title> 
    <script src="https://unpkg.com/circuit-sdk/circuit.js"></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">
    <style>#info {color:blue}</style>   
  </head>
  <body>
    <div id="template"></div>
    <section id="main" style="display:none"> 
      <p id="info"></p>
      <div class="state ringing">
        <button id="answer">Answer</button>call from <b><span id="caller">unknown</span></b> on
        <select id="answerAt"></select>
      </div>
      <button id="hangup" class="state active">Hangup</button> 
    </section>
    <audio id="remoteAudio" autoplay="autoplay"></audio>
    <br>
    <img src="https://circuitsandbox.net/fileapi?fileid=b6bee46d-3c65-4e48-b688-29a0d78f188a&itemid=981f92a2-e8d1-441d-bf45-1c11af3fd177"/> 
</body>
</html>
Output

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

Dismiss x
public
Bin info
rogerupro
0viewers