@telnyx/webrtc
Version:
Telnyx WebRTC Client
11 lines (10 loc) • 515 B
TypeScript
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;