add recordings api actions

This commit is contained in:
Zachary Chai
2016-10-28 16:21:44 -04:00
parent fdf6f0e2c4
commit 3871e0129c
9 changed files with 129 additions and 19 deletions

View File

@ -1,7 +1,5 @@
json.messageKey @messageKey
json.message @message
json.status @status
if @response
json.partial! 'bbb', messageKey: @messageKey, message: @message, status: @status
unless @response.blank?
json.response do
json.join_url(@response[:join_url]) if @response[:join_url]
end