UNPKG

@telnyx/react-native-voice-sdk

Version:

Telnyx React Native Voice SDK - A complete WebRTC voice calling solution

8 lines (6 loc) 204 B
export { Connection } from "./connection"; export { TelnyxRTC } from "./client"; export { Call, CallState } from "./call"; // Interfaces export * from "./client-options"; export * from "./call-options";