UNPKG

@vonage/voice

Version:

The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.

12 lines (10 loc) 220 B
/** * Represents parameters for an "earmuff" action in a call. */ type EarmuffCallParameters = { /** * The action to earmuff the call. */ action: 'earmuff'; }; export type { EarmuffCallParameters };