Skip to main content

@dialstack/sdk / index / VoicemailBehaviorOptions

Interface: VoicemailBehaviorOptions

Defined in: sdk/src/types/components.ts:147

Behavior options for Voicemails component

Properties

allowSeeking?

optional allowSeeking?: boolean;

Defined in: sdk/src/types/components.ts:170

Allow seeking in audio playback

Default

true

autoPlayOnExpand?

optional autoPlayOnExpand?: boolean;

Defined in: sdk/src/types/components.ts:152

Auto-play voicemail when expanded

Default

true

confirmBeforeDelete?

optional confirmBeforeDelete?: boolean;

Defined in: sdk/src/types/components.ts:158

Show confirmation dialog before deleting

Default

true

markAsReadOnPlay?

optional markAsReadOnPlay?: boolean;

Defined in: sdk/src/types/components.ts:164

Mark voicemail as read when played

Default

true