2018-09-04 10:49:18 +00:00
|
|
|
<button id="test-btn" class="btn btn-primary">Test Connection</button>
|
2018-08-31 20:24:38 +00:00
|
|
|
<div id="join-btn" data-room="<%= @chat_room.id %>"></div>
|
2018-08-31 19:47:33 +00:00
|
|
|
|
2018-08-30 02:00:09 +00:00
|
|
|
<div id="chatroom-hook" data-chatroom-id='<%= @chat_room.id %>'></div>
|
|
|
|
|
2018-08-30 17:42:42 +00:00
|
|
|
<div class="call-container">
|
|
|
|
<div id="remote-video-container">
|
|
|
|
<div id="video_overlays">
|
2018-08-31 20:42:33 +00:00
|
|
|
<video id="local-video" autoplay muted></video>
|
2018-08-30 17:42:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-08-31 20:38:48 +00:00
|
|
|
<div><span id="current-user" class="text-color" style="display:none"><%= current_user.id %></span></div>
|
2018-08-30 17:42:42 +00:00
|
|
|
|
2018-08-31 19:47:33 +00:00
|
|
|
<%= javascript_pack_tag 'chatrooms' %>
|
|
|
|
<%= javascript_pack_tag 'webrtc' %>
|
|
|
|
|
2018-08-31 05:02:24 +00:00
|
|
|
|
2018-08-30 02:00:09 +00:00
|
|
|
|