forked from External/greenlight
refactor bbb helper and implement wait for mod
This commit is contained in:
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