Skip to content

Instantly share code, notes, and snippets.

View hugomallet's full-sized avatar

Hugo Mallet hugomallet

View GitHub Profile

First install last development version of PM2

npm remove pm2 -g
npm cache clean
npm install Unitech/pm2#development -g
pm2 update

Link this project

@hugomallet
hugomallet / index.html
Created January 5, 2018 17:13
twilio-video.js issue - Missing trackAdded events for the next published tracks
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>twilio-video.js issue publish / trackAdded</title>
</head>
<body>
<h1>twilio-video.js issue publish / trackAdded</h1>
<script src="https://media.twiliocdn.com/sdk/js/video/v1/twilio-video.min.js"></script>
<script src="./main.js"></script>