-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: telnyx-webrtc-ios CHANGELOG file
- Loading branch information
1 parent
c6d158e
commit ce249ef
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
## [0.1.38](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.38) (2024-11-13) | ||
|
||
### Bug Fixes | ||
- Prevent adding ICE candidates after negotiation ends or connection is established | ||
|
||
|
||
## [0.1.37](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.37) (2024-10-29) | ||
|
||
### Bug Fixes | ||
|
||
- Enhanced WebSocket and RTC peer reconnection logic to ensure seamless recovery during network disconnections or switches. | ||
|
||
|
||
## [0.1.36](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.36) (2024-10-17) | ||
|
||
### Bug Fixes | ||
|
||
- Resolved a race condition affecting the handling of early "Bye" messages. | ||
|
||
|
||
## [0.1.35](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.35) (2024-09-19) | ||
|
||
### Bug Fixes | ||
|
||
- Privacy Manifest improvements | ||
|
||
|
||
## [0.1.34](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.34) (2024-09-04) | ||
|
||
### Enhancement | ||
|
||
- WebRTC Debug Report: upload debug data. | ||
|
||
### Bug Fixes | ||
|
||
- Reconnect when network disconnect | ||
- Generic Client Error Fix for Attach Call Method : If attach_call call fails the sdk invokes the remoteCallEnded(..) method to identify and end the call | ||
|
||
|
||
|
||
## [0.1.33](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.33) (2024-08-28) | ||
|
||
### Enhancement | ||
|
||
- WebRTC Debug Report: added timestamp and data type. | ||
|
||
|
||
## [0.1.31](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.31) (2024-07-24) | ||
|
||
### Feature | ||
|
||
- WebRTC Debug Report: Collect debug statistics | ||
|
||
|
||
## [0.1.30](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.30) (2024-07-24) | ||
|
||
### Bug Fixing | ||
|
||
- Fix Package.Swift file to support Swift Package Manager. | ||
|
||
|
||
## [0.1.29](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.29) (2024-06-26) | ||
|
||
### Bug Fixing | ||
|
||
- Updated sdpSemantics to use `unifiedPlan` | ||
- Fix WebRTC Audio Session | ||
|
||
|
||
## [0.1.28](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.28) (2024-05-14) | ||
|
||
### Bug Fixing | ||
|
||
- Privacy Manifest improvements | ||
|
||
|
||
## [0.1.28](https://github.com/team-telnyx/telnyx-webrtc-ios/releases/tag/0.1.27) (2024-05-09) | ||
|
||
### Bug Fixing | ||
|
||
- Added Privacy Manifest |