add recordings table

This commit is contained in:
Zachary Chai
2016-10-28 16:39:32 -04:00
parent 3871e0129c
commit db9d06b72f
8 changed files with 122 additions and 10 deletions

View File

@ -1,3 +1,9 @@
$.ajaxSetup({
headers: {
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content')
}
});
var meetingInstance = null;
class Meeting {
constructor(url, name) {