Skip to content

Releases: awslabs/amazon-kinesis-video-streams-webrtc-sdk-android

1.1.0 of Amazon Kinesis Video Streams WebRTC for Android SDK

06 May 22:06
af60b41
Compare
Choose a tag to compare
  • Migrate signaling websocket client from Tyrus version '1.21' to OkHttp version '4.12.0'
  • Version bumps
    • Upgrade Gradle distribution from ‘7.3.3’ to ‘7.5’
    • Upgrade aws-version from '2.73.0' to '2.75.0'
    • Upgrade com.google.code.gson:gson from '2.8.9' to '2.10.1'
    • Upgrade androidx.test.espresso:espresso-core from '3.4.0' to '3.5.1'
    • Upgrade com.android.application from ‘7.2.2’ to ‘7.4.2’
    • Upgrade com.android.library from ‘7.2.2’ to ‘7.4.2’
  • Overall cleanup across different files by removing unused variables and imports, using lambdas, introducing null checks
  • Tested with M123 and M115 releases of libwebrtc

Release 1.0.0 of Amazon Kinesis Video Streams WebRTC for Android SDK

28 Sep 21:09
31a8207
Compare
Choose a tag to compare

This library depends on libwebrtc. In order to use this library you will need to either (1) Build libwebrtc on your own following directions here https://webrtc.github.io/webrtc-org/native-code/android/ to create the AAR, and place it in the app/libs folder so they can be properly referenced in the build.gradle file or (2) Reference another public repository which vends the android binaries.

We have tested the M114 release of libwebrtc.