Upgrade to Pro — share decks privately, control downloads, hide ads and more …

WebRTC and OpenTok

Ankur Oberoi
November 12, 2013

WebRTC and OpenTok

Presented at NYU ITP, Live Web Fall 2013, Nov. 12

Ankur Oberoi

November 12, 2013
Tweet

More Decks by Ankur Oberoi

Other Decks in Technology

Transcript

  1. What is OpenTok? Quality of Experience service (audio-only, slow frame

    rate, etc.) OpenTokRTC, Network Link Conditioner
  2. Signaling session.signal({ type: "foo", data: {messageString:"hello", scores:[7, 14, 23]}, },

    function(error) { if (error) { console.log("signal error: " + error.reason); } else { console.log("signal sent"); } } ); Broadcast
  3. Signaling Connection Specific session.signal({ type: "foo", to: [connection1, connection2]; //

    connection1 and 2 are Connection objects data: {messageString:"hello"} }, function(error) { if (error) { console.log("signal error: " + error.reason); } else { console.log("signal sent"); } } );
  4. TokBox •See some of the most varied use cases from

    all different types of partners ! •Interact with IETF, W3C, Firefox and Chrome teams ! •Go to hackathons and developer events to help push new ideas out into the open