Yuji Sugiura f94e3772bb
[Examples] Add WebRTC DataChannel example (#2131)
* Add WebRTC DataChannel example

* Add guide

* Fix format

* Use webpack to build example
2020-05-12 14:00:33 -05:00

11 lines
180 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebRTC DataChannel example</title>
</head>
<body>
<p>Open DevTools and check the Console.</p>
</body>
</html>