@telnyx/webrtc
Version:
Telnyx WebRTC Client
7 lines (6 loc) • 378 B
TypeScript
import TelnyxRTC from './TelnyxRTC';
import { IClientOptions, ICallOptions, ICredentials, INotification } from './utils/interfaces';
import { SwEvent } from './Modules/Verto/util/constants';
import Call from './Modules/Verto/webrtc/Call';
export { Call, TelnyxRTC, IClientOptions, ICallOptions, ICredentials, INotification, SwEvent, };
export * from './PreCallDiagnosis';