Files
old-holivud2/app/views/live_meetings/show.html.erb

13 lines
342 B
Plaintext
Raw Normal View History

2020-09-14 15:57:38 +03:00
<%= javascript_include_tag "https://unpkg.com/@daily-co/daily-js" %>
<%= javascript_tag nonce: true do %>
callFrame = window.DailyIframe.createFrame({
showLeaveButton: true,
iframeStyle: {
position: 'fixed',
width: '100%',
height: '90%'
}
});
callFrame.join({ url: '<%= @live_meeting_url %>' });
<% end %>