@signalwire/realtime-api
Version:
SignalWire RealTime SDK for Node.js
7 lines • 592 B
TypeScript
import type { VoiceCallDialMethodParams, VoiceCallPlayMethodParams } from '@signalwire/core';
type ToInternalDialParams<T> = T extends any ? any : any;
export declare const toInternalDevices: (params: VoiceCallDialMethodParams["devices"], internalDevices?: ToInternalDialParams<VoiceCallDialMethodParams["devices"]>) => any;
type ToInternalPlayParams<T> = T extends any ? any : any;
export declare const toInternalPlayParams: (params: VoiceCallPlayMethodParams["media"], result?: ToInternalPlayParams<VoiceCallPlayMethodParams["media"]>) => any;
export {};
//# sourceMappingURL=utils.d.ts.map