editable jitis rooms

This commit is contained in:
_Bastler
2021-08-17 20:37:09 +02:00
parent 323ce0e885
commit 7a4839b2e6
9 changed files with 264 additions and 109 deletions
+4
View File
@@ -35,6 +35,10 @@ export class JitsiService {
return this.http.post(environment.apiUrl + "/jitsi/rooms", jitsiRoom);
}
update(jitsiRoom) {
return this.http.patch(environment.apiUrl + "/jitsi/rooms", jitsiRoom);
}
createShortUrl(id) {
return this.http.patch(environment.apiUrl + "/jitsi/rooms/" + id, null);
}