UNPKG

@signalwire/realtime-api

Version:
7 lines 592 B
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