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