forked from External/greenlight
refactor bbb helper and implement wait for mod
This commit is contained in:
@ -1,2 +0,0 @@
|
||||
<h1>Bbb#end</h1>
|
||||
<p>Find me in app/views/bbb/end.html.erb</p>
|
@ -1,2 +0,0 @@
|
||||
<h1>Bbb#join</h1>
|
||||
<p>Find me in app/views/bbb/join.html.erb</p>
|
8
app/views/bbb/join.jbuilder
Normal file
8
app/views/bbb/join.jbuilder
Normal file
@ -0,0 +1,8 @@
|
||||
json.messageKey @messageKey
|
||||
json.message @message
|
||||
json.status @status
|
||||
if @response
|
||||
json.response do
|
||||
json.join_url(@response[:join_url]) if @response[:join_url]
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user