forked from External/greenlight
add end button to views
This commit is contained in:
@ -36,6 +36,13 @@ class Meeting {
|
||||
});
|
||||
};
|
||||
|
||||
endMeeting() {
|
||||
return $.ajax({
|
||||
url: this.url + "/end",
|
||||
type: 'DELETE'
|
||||
});
|
||||
}
|
||||
|
||||
setURL(url) {
|
||||
this.url = url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user