UNPKG

@vonage/voice

Version:

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

10 lines 234 B
/** * Represents parameters for muting a call. */ export type MuteCallParameters = { /** * The action indicating that the call should be muted. */ action: 'mute'; }; //# sourceMappingURL=MuteCallParameters.d.ts.map