-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a54c63
commit 736aa19
Showing
6 changed files
with
46 additions
and
3 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
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,18 @@ | ||
{ | ||
"sourceFile": "packages/telnyx_webrtc/CHANGELOG.md", | ||
"activeCommit": 0, | ||
"commits": [ | ||
{ | ||
"activePatchIndex": 0, | ||
"patches": [ | ||
{ | ||
"date": 1730980792103, | ||
"content": "Index: \n===================================================================\n--- \n+++ \n" | ||
} | ||
], | ||
"date": 1730980792103, | ||
"name": "Commit-0", | ||
"content": "## 0.0.18\n- Implemented websocket and rtc peer reconnection logic in the event of a network disconnect or network switch.\n\n## 0.0.17\n- Include login credentials for connect method\n\n## 0.0.16\n- Implement Push Notifications mechanism for background/foreground\n- Fix One Way Audio\n- Provide a way to handle call state\n\n## 0.0.15\n- Fix dispose off audio tracks (release ios/android microphone)\n\n## 0.0.14\n- iOS Push Notification Fix and Handling\n\n## 0.0.13\n\n- Android Push Notification Fix\n## 0.0.12\n\n- Fix No Audio for Web\n\n## 0.0.11\n\n- Ringing State Fixed\n\n## 0.0.10\n\n- Fix gateway time out Issue\n\n## 0.0.9\n\n- Fix disconnect functionality allowing subsequent logins\n- Update sample app with new disconnect functionality\n\n## 0.0.8\n\n- Implement Ping / Pong socket functionality to socket alive\n- Fix serialized variable names for enhanced backend functionality\n- Code formatting \n\n## 0.0.7\n\n- General bug fixes\n- Code formatting for readability \n\n## 0.0.6\n\n- Enable speaker mode toggle\n\n## 0.0.5\n\n- Enable PSTN call integration via early SDP contained in Telnyx Media Message\n- Fixed ICE candidate error that would add a local IP ICE Candidate\n\n## 0.0.4\n\n- Improved stability by providing session ID to backend rather than waiting and setting one\n- Fixed gateway retry error that would continuously retry and never timeout\n\n## 0.0.3\n\n- Static code analysis fixes\n- Include Example folder with readme linking to example\n- SDK Stability: regular black box tests with display badge on repo \n\n## 0.0.2\n\n- Simplify SDK usage, remove unnecessary parameters from various calls\n- Include reference links for pub dev listing\n\n## 0.0.1\n\n* TODO: Describe initial release.\n" | ||
} | ||
] | ||
} |
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,18 @@ | ||
{ | ||
"sourceFile": "packages/telnyx_webrtc/pubspec.yaml", | ||
"activeCommit": 0, | ||
"commits": [ | ||
{ | ||
"activePatchIndex": 0, | ||
"patches": [ | ||
{ | ||
"date": 1730980804680, | ||
"content": "Index: \n===================================================================\n--- \n+++ \n" | ||
} | ||
], | ||
"date": 1730980804680, | ||
"name": "Commit-0", | ||
"content": "name: telnyx_webrtc\ndescription: Enable real-time communication with WebRTC and Telnyx. Create and receive calls on Android, iOS and Web platforms\nhomepage: https://telnyx.com/\nrepository: https://github.com/team-telnyx/flutter-voice-sdk\nissue_tracker: https://github.com/team-telnyx/flutter-voice-sdk/issues?q=is%3Aopen+is%3Aissue\nversion: 0.0.18\n\nenvironment:\n sdk: \">=3.0.0 <3.22.3\"\n flutter: \">=1.17.0\"\n\ndependencies:\n flutter:\n sdk: flutter\n flutter_lints: ^2.0.1\n flutter_webrtc: ^0.11.1\n logger: ^1.1.0\n uuid: ^3.0.6\n mockito: ^5.2.0\n build_runner: ^2.2.0\n audioplayers: ^5.2.1\n assets_audio_player: ^3.1.1\n shared_preferences: ^2.2.3\n connectivity_plus: ^6.1.0\n\ndev_dependencies:\n flutter_test:\n sdk: flutter\n\n\n# For information on the generic Dart part of this file, see the\n# following page: https://dart.dev/tools/pub/pubspec\n\n# The following section is specific to Flutter.\nflutter:\n\n # To add assets to your package, add an assets section, like this:\n # assets:\n # - images/a_dot_burr.jpeg\n # - images/a_dot_ham.jpeg\n #\n # For details regarding assets in packages, see\n # https://flutter.dev/assets-and-images/#from-packages\n #\n # An image asset can refer to one or more resolution-specific \"variants\", see\n # https://flutter.dev/assets-and-images/#resolution-aware.\n\n # To add custom fonts to your package, add a fonts section here,\n # in this \"flutter\" section. Each entry in this list should have a\n # \"family\" key with the font family name, and a \"fonts\" key with a\n # list giving the asset and other descriptors for the font. For\n # example:\n # fonts:\n # - family: Schyler\n # fonts:\n # - asset: fonts/Schyler-Regular.ttf\n # - asset: fonts/Schyler-Italic.ttf\n # style: italic\n # - family: Trajan Pro\n # fonts:\n # - asset: fonts/TrajanPro.ttf\n # - asset: fonts/TrajanPro_Bold.ttf\n # weight: 700\n #\n # For details regarding fonts in packages, see\n # https://flutter.dev/custom-fonts/#from-packages\n" | ||
} | ||
] | ||
} |
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
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
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