Skip to content

Commit

Permalink
WEBRTC-2470: Update README.md
Browse files Browse the repository at this point in the history
- Remove outdated 'Sending Debug Stats' section
- Fix typos and improve wording
- Enhance overall readability
  • Loading branch information
openhands-agent committed Jan 31, 2025
1 parent a06dc9b commit a07d050
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Enable Telnyx real-time communication services on iOS. :telephone_receiver: :fir
## Project Setup:

1. Clone the repository
2. Run the command `pod install` to install de dependencies inside the project root folder.
2. Run the command `pod install` to install the dependencies inside the project root folder.
3. Open the Workspace : `TelnyxRTC.xcworkspace`
4. You will find 3 targets to build:
- The SDK
Expand All @@ -34,7 +34,7 @@ Enable Telnyx real-time communication services on iOS. :telephone_receiver: :fir
<img width="153" align="center" alt="Screen Shot 2021-03-03 at 10 04 05" src="https://user-images.githubusercontent.com/75636882/109810077-d4b24400-7c07-11eb-91ec-d81e72ae9069.png">
</p>

7. Select target `TelnyxWebRTCDemo` to run the demo app. The SDK should be manually builded in order to get the app running (Step 5)
7. Select target `TelnyxWebRTCDemo` to run the demo app. The SDK should be manually built in order to get the app running (Step 5)

8. Enjoy 😎
</br>
Expand Down Expand Up @@ -166,7 +166,7 @@ do {
}

// You can call client.disconnect() when you're done.
Note: you need to relese the delegate manually when you are done.
Note: you need to release the delegate manually when you are done.

// Disconnecting and Removing listeners.
telnyxClient.disconnect();
Expand Down Expand Up @@ -769,14 +769,6 @@ Note : Signing back in, using same credentials will re-enable push notifications
### Privacy Manifest
Support for privacy manifest is added from version 0.1.26

### Sending Debug Stats
In case of any need to investigate any issue by Telnyx, please enable the debug stats that will be sent to Telnyx for analysis.

```Swift
currentCall?.startDebugStats()
```
Please store the **debug_stats_id** that would be used for investigation

### Documentation:
For more information you can:
1. Clone the repository
Expand Down

0 comments on commit a07d050

Please sign in to comment.