Skip to content

Instantly share code, notes, and snippets.

@julescarbon
Created May 23, 2012 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julescarbon/2776795 to your computer and use it in GitHub Desktop.
Save julescarbon/2776795 to your computer and use it in GitHub Desktop.
hangout API test.html
<script type="text/javascript">
Bootstrap.javascript("/assets/javascripts/test.js");
</script>
<br>
<input type="text" id="message"> <input type="button" value="Send!" id="send"/>
<br>
Received: <span id="receive"></span>
<br>
<input type="button" value="Dump State" id="get-state"/>
<input type="button" value="Server API Test" id="server-test"/>
<br>
<input type="button" value="Ping" id="ping"/><br>
<div id="ping-log"></div>
<div style="clear: both;"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment