Remove teleport feature

This commit is contained in:
Gregoire Parant 2020-10-15 12:12:11 +02:00
parent 8df56204e3
commit 38d2cc9a8c
5 changed files with 3 additions and 67 deletions

View file

@ -146,6 +146,8 @@ export class SimplePeer {
}
mediaManager.removeActiveVideo("" + user.userId);
//TODO ad condition isPublic or annonyme
mediaManager.addActiveVideo("" + user.userId, (comment: string) => {
this.reportUser(user.userId, comment);
}, name);