Skip to content

Instantly share code, notes, and snippets.

View solix's full-sized avatar

Soheil solix

View GitHub Profile
@solix
solix / videocall.html
Created March 6, 2017 11:31
Video html
<html>
<head>
<title>GemRTC</title>
<link rel="stylesheet" href="css/main.css" />
</head>
@solix
solix / draw.js
Created March 6, 2017 11:29
canvas example
var canvas = document.getElementById("canvas");
var ctx = canvas.getContext('2d');
var isDrawing;
// var btn = document.getElementById('clearbtn');
// btn.onclick = function(e){