Skip to content

Instantly share code, notes, and snippets.

View akdsco's full-sized avatar
:bowtie:

Arkadiusz akdsco

:bowtie:
View GitHub Profile
@Dornhoth
Dornhoth / index.js
Created April 5, 2020 17:45
WebRTC with Screen Sharing
(function () {
"use strict";
const MESSAGE_TYPE = {
SDP: 'SDP',
CANDIDATE: 'CANDIDATE',
}
let code;
let peerConnection;