Skip to main content

@dialstack/sdk-dev / server/src / UserConfig

Interface: UserConfig

Defined in: sdk/server/src/index.ts:578

Properties​

find_me_follow_me?​

TypeScript
optional find_me_follow_me?: FMFM | null;

Defined in: sdk/server/src/index.ts:584

The user's Find-Me/Follow-Me sequence, followed by inbound, queue, ring-group, ring-all and voice-app calls. Send null to remove it and ring the user's devices directly.


mobile_push_wakeup?​

TypeScript
optional mobile_push_wakeup?: boolean;

Defined in: sdk/server/src/index.ts:591

Whether incoming calls are held for a wake-up window when the user has no active web/mobile calling session, so a push notification can wake their app to answer. Enable when your application delivers push notifications for this user.