diff --git a/vapi.ts b/vapi.ts index c3608eb..1792893 100644 --- a/vapi.ts +++ b/vapi.ts @@ -289,4 +289,13 @@ export default class Vapi extends VapiEventEmitter { endCallAfterSpoken }) } + + + public setInputDevicesAsync(options: Parameters[0]) { + this.call?.setInputDevicesAsync(options) + } + + public setOutputDeviceAsync(options: Parameters[0]) { + this.call?.setOutputDeviceAsync(options) + } }