Skip to content

Commit

Permalink
Support Audio call on Neo devices (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle authored Jun 24, 2024
1 parent fca36c0 commit c1195e3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ In development 🚧
----------------
- Fix webrtc SSL connection ([#1071](https://github.com/tchapgouv/tchap-android/issues/1071))

Changes in Tchap 2.11.10 (2024-06-18)
=====================================

No significant changes.
Changes in Tchap 2.11.9 (2024-06-18)
====================================

Expand Down
1 change: 1 addition & 0 deletions changelog.d/1055.improvements
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support des appels audio sur les appareils Néo.
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 11
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 10
ext.versionPatch = 11

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ dependencies {

// TCHAP Manage jitsi lib
// WebRTC
withdmvoipImplementation('com.github.tchapgouv:webrtc:124.1.3')
withdmvoipImplementation('com.github.tchapgouv:webrtc:124.2.0')
// Jitsi
withvoipApi('org.jitsi.react:jitsi-meet-sdk:8.1.1') {
exclude group: 'com.google.firebase'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ class WebRtcCall(
.builder(uri)
.setUsername(server.username)
.setPassword(server.password)
// TCHAP bypass SSL verification. See https://groups.google.com/g/discuss-webrtc/c/4MmARU0XYqc/m/QppVNJiEAAAJ
.setTlsCertPolicy(PeerConnection.TlsCertPolicy.TLS_CERT_POLICY_INSECURE_NO_CHECK)
.createIceServer()
)
}
Expand Down

0 comments on commit c1195e3

Please sign in to comment.