FIX: calling emitPlayGlobalMessage in pusher without the admin tag will throw an error

This commit is contained in:
kharhamel 2021-04-14 11:56:54 +02:00
parent faade46400
commit 5ebb0c94e6
2 changed files with 4 additions and 13 deletions

View file

@ -510,19 +510,6 @@ export class SocketManager {
return this.rooms;
}
/**
*
* @param token
*/
/*searchClientByUuid(uuid: string): ExSocketInterface | null {
for(const socket of this.sockets.values()){
if(socket.userUuid === uuid){
return socket;
}
}
return null;
}*/
public handleQueryJitsiJwtMessage(user: User, queryJitsiJwtMessage: QueryJitsiJwtMessage) {
const room = queryJitsiJwtMessage.getJitsiroom();