UNPKG

@vonage/voice

Version:

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

10 lines 289 B
/** * Represents parameters for unmuting a call, allowing audio to be transmitted and received again. */ export type UnmuteCallParameters = { /** * The action type indicating unmuting of a call. */ action: 'unmute'; }; //# sourceMappingURL=UnmuteCallParameters.d.ts.map