update recording notification email

This commit is contained in:
Zachary Chai
2017-02-22 12:13:33 -05:00
parent 80374e02a5
commit ebc52d2271
6 changed files with 55 additions and 8 deletions

View File

@ -257,7 +257,8 @@ module BbbApi
length: recording[:length],
listed: recording[:listed],
playbacks: playbacks,
previews: previews
previews: previews,
participants: recording[:participants]
}
end