Skip to content

Instantly share code, notes, and snippets.

View conrad's full-sized avatar

Matt Conrad conrad

  • Reforge
  • San Francisco
View GitHub Profile
@conrad
conrad / 0 push to talk.md
Created May 3, 2019 19:02 — forked from caseywatts/0 push to talk.md
Push To Talk - Google Meet Bookmarklet

Short link to this page: http://caseywatts.com/ptt

Other gists & tricks: http://caseywatts.com/gists-and-tricks

Push To Talk in a Google Hangout (Meet)

  1. Save this bookmarklet. Right-click on boomarks toolbar Add Page...
    • Name: PTT (push to talk) or whatever you'd like (maybe short so it stays on your bookmarks toolbar)
    • URL: (paste in the bookmarklet.js contents below)
  2. In a Meet, click on the bookmarklet

Keybase proof

I hereby claim:

  • I am conrad on github.
  • I am drtomcatan (https://keybase.io/drtomcatan) on keybase.
  • I have a public key whose fingerprint is 9F70 6CE5 C4EA 395C B97C A634 8EDD 2BD1 D473 04D3

To claim this, I am signing this object:

// Import node modules
var Q = require('q');
var Promise = require('bluebird');
var GitHubApi = require('github');
// Instantiate github API.
// NOTE: This is just used for async demonstration purposes, you can imagine any other async functions through this example
var github = new GitHubApi({
version: '3.0.0'
});