Skip to content

Commit ebe9fd3

Browse files
committed
First working two-way communication
1 parent 22b7b33 commit ebe9fd3

File tree

5 files changed

+214
-206
lines changed

5 files changed

+214
-206
lines changed

client-datachannel/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<title>WebRTC: Simple RTCDataChannel sample</title>
55
<meta charset="utf-8">
66
<link rel="stylesheet" href="main.css" type="text/css" media="all">
7-
<script src="../adapter.js"></script>
7+
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
88
<script src="main.js"></script>
99
</head>
10-
<body>
10+
<body onload="startup();">
1111
<h1>MDN - WebRTC: Simple RTCDataChannel sample</h1>
1212
<p>This sample is an admittedly contrived example of how to use an <code>RTCDataChannel</code> to
1313
exchange data between two objects on the same page. See the

0 commit comments

Comments
 (0)