2018-08-27 18:05:57 +00:00
|
|
|
<h1>Action Cable Signaling Server</h1>
|
|
|
|
|
|
|
|
<div>Random User ID:
|
|
|
|
<span id="current-user"><%= rand(0..10000) %></span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="remote-video-container"></div>
|
|
|
|
<video id="local-video" autoplay></video>
|
|
|
|
|
|
|
|
<hr />
|
|
|
|
|
|
|
|
<button onclick="handleJoinSession()">
|
|
|
|
Join Room
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button onclick="handleLeaveSession()">
|
|
|
|
Leave Room
|
|
|
|
</button>
|