refactor bbb helper and implement wait for mod

This commit is contained in:
Zachary Chai
2016-10-26 13:41:55 -04:00
parent dadaa52387
commit 3aeef0a4cf
9 changed files with 98 additions and 37 deletions

View File

@ -1,2 +0,0 @@
<h1>Bbb#end</h1>
<p>Find me in app/views/bbb/end.html.erb</p>

View File

@ -1,2 +0,0 @@
<h1>Bbb#join</h1>
<p>Find me in app/views/bbb/join.html.erb</p>

View 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