File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.4.4] ( https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.4 ) (2023-02-04)
2
+
3
+ ### Enhancement
4
+
5
+ - Add Debug Stats ability by passing bool to Connection allowing you to see stats of calls in portal
6
+ - Remove BugSnag from SDK to reduce size as it is no longer required
7
+
8
+ ## [ 1.4.3] ( https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.3 ) (2023-01-22)
9
+
10
+ ### Bug Fixing
11
+
12
+ - Fix missing STUN or TURN Candidates in SDP
13
+
1
14
## [ 1.4.2] ( https://github.com/team-telnyx/telnyx-webrtc-android/releases/tag/v1.4.2 ) (2023-11-18)
2
15
3
16
### Enhancement
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
apply plugin : ' maven-publish'
13
13
14
14
def getVersionName = { ->
15
- return " 1.3.5 "
15
+ return " 1.4.4 "
16
16
}
17
17
18
18
def getArtifactId = { ->
You can’t perform that action at this time.
0 commit comments