unsetOnHoldByRoomId(rid: string): Promise<UpdateResult> {
        return this.updateOne({ rid }, { $unset: { onHold: 1 } });
    }