UNPKG

@telnyx/webrtc

Version:
11 lines (10 loc) 515 B
import TelnyxRTCClient from './Modules/Verto'; import { ICallOptions, IClientOptions } from './utils/interfaces'; import { IWebRTCInfo, IWebRTCSupportedBrowser } from './Modules/Verto/webrtc/interfaces'; export declare class TelnyxRTC extends TelnyxRTCClient { constructor(options: IClientOptions); newCall(options: ICallOptions): import(".").Call; static webRTCInfo(): IWebRTCInfo | string; static webRTCSupportedBrowserList(): Array<IWebRTCSupportedBrowser>; } export default TelnyxRTC;