UNPKG

@telnyx/webrtc

Version:
7 lines (6 loc) 378 B
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';