UNPKG

@vonage/voice

Version:

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

10 lines 296 B
/** * Represents parameters for unearmuffing a call, allowing the call audio to be heard again. */ export type UnearmuffCallParameters = { /** * The action type indicating unearmuffing of a call. */ action: 'unearmuff'; }; //# sourceMappingURL=UnearmuffCallParameters.d.ts.map