# @telnyx/react-native-voice-sdk

# Installation

## Install @telnyx/react-native-voice-sdk

- npm
  ```
  npm install @telnyx/react-native-voice-sdk --save
  ```
- yarn
  ```
  yarn add @telnyx/react-native-voice-sdk
  ```

## Install peer dependencies

### `react-native-webrtc`

This project depends on [`react-native-webrtc`](https://github.com/react-native-webrtc/react-native-webrtc) for WebRTC functionality. You need to install to be able to use the functionality of this library.

# Usage

# Further Documentation

Please refer to the [documentation](./doc/globals.md) for more details on how to use the SDK.

- [Documentation](./doc/globals.md)
- [TelnyxRTC](./doc/classes/TelnyxRTC.md)
- [Call](./doc/classes/Call.md)
- [Connection](./doc/classes/Connection.md)
