Remove teleport feature
This commit is contained in:
parent
8df56204e3
commit
38d2cc9a8c
5 changed files with 3 additions and 67 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue