---
name: "enableDoorbellService"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "enableDoorbellService - Enable doorbell notification service."
summary: "Enable doorbell notification service. When first enabled, it will enter the create action page first. After creation is complete, the doorbell notification service will be automatically enabled."
---

## enableDoorbellService

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

### Description

Enable the doorbell notification service

### Parameters

None


### Return Value

Type: `Promise<void>`

None (resolve after the enable flow completes)

### Examples

#### Example

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