---
name: "toSetDoorbellService"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "toSetDoorbellService - Configure doorbell notification service."
summary: "Configure doorbell notification service."
---

## toSetDoorbellService

> [VERSION] @ray-js/lock-sdk >= 1.0.0

### Description

Go to configure the doorbell notification service

### Parameters

None


### Return Value

Type: `Promise<void>`

None (resolves after entering the provisioning flow)

### Examples

#### Example

```ts
import { toSetDoorbellService } from '@ray-js/lock-sdk';
toSetDoorbellService();
```
