public hasMoreNext(rid: IRoom['_id']) {
        const room = this.getRoom(rid);
        return room.hasMoreNext.get();
    }