Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="description" content="Switch camera test">  
    <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">
  </head>
  <body>   
    <div id="template"></div>  
 
    <div id="main" style="display:none"> 
      <section>
        <input type="email" id="peerUser" placeholder="Callee's Circuit email" value="circuitsdk01@gmail.com"/>
        <button id="callButton">Call</button>
        <button id="endCallButton" style="display: none">End call</button>
      </section>
      <section>
        <button id="switchButton">Add/Switch Camera</button>
      </section>
      <section id="output">
        <div>Call state: <span id="callState"></span></div>
        <div>Media: <span id="media"></span></div>
        <div>Conversation ID: <span id="convId"></span></div>
        <div>Call ID: <span id="callId"></span></div>
        <div id="videoContainer" style="display:none">
          <video id="localVideo" height="200px" autoplay="true"></video>
          <video id="remoteVideo" height="200px" autoplay="true"></video><br>
        </div>
      </section>
    </div>
    <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