Skip to content

Instantly share code, notes, and snippets.

View crotel's full-sized avatar
😉
have a good day~

CROTEL crotel

😉
have a good day~
View GitHub Profile
@crotel
crotel / signaling_mqtt.html
Created March 3, 2022 17:21 — forked from mganeko/signaling_mqtt.html
WebRTC signaling over MQTT
<!DOCTYPE html>
<html>
<head>
<title>MQTT signaling</title>
<meta charset="urt-8"/>
<script src="http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.javascript.git/plain/src/mqttws31.js"></script>
</head>
<body>
<button type="button" onclick="startVideo();">Start video</button>
<button type="button" onclick="stopVideo();">Stop video</button>