UNPKG

sipgateio

Version:

The official Node.js library for sipgate.io

4 lines (3 loc) 186 B
import { CallModule } from './call.types'; import { SipgateIOClient } from '../core/sipgateIOClient'; export declare const createCallModule: (httpClient: SipgateIOClient) => CallModule;