polyglot/app/views/pages/call.html.erb

19 lines
340 B
Plaintext
Raw Normal View History

<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>