UNPKG

@vonage/voice

Version:

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

10 lines 238 B
/** * Represents parameters for an "earmuff" action in a call. */ export type EarmuffCallParameters = { /** * The action to earmuff the call. */ action: 'earmuff'; }; //# sourceMappingURL=EarmuffCallParameters.d.ts.map