Skip to content

Instantly share code, notes, and snippets.

View silverark's full-sized avatar

Matthew Nelson - Silverark silverark

View GitHub Profile
@silverark
silverark / gist:6fa251222f4b3cab854114ea05083609
Created March 11, 2021 16:56
Janus webrtc media info event
# Janus Event
The below
```
{
"emitter": "JANUS",
"type": 32,
"subtype": 3,
"timestamp": 1609858592641297,
@silverark
silverark / golang-gmail-service-account.go
Created October 2, 2019 21:56
Access Gmail account with a service Account in Go (Golang)
package main
import (
"fmt"
"google.golang.org/api/gmail/v1"
"io/ioutil"
"log"
"golang.org/x/net/context"
"golang.org/x/oauth2/google"