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

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

Update libwebrtc version, bump dependencies to latest, refactor to use latest gradle #93

Closed sirknightj closed 11 months ago

sirknightj commented 11 months ago

What was changed?

Bumped dependencies, and removed some unused ones.

Also, fixed a small UI issue where clicking the triangle back button while on the Channel configuration screen would take you to the empty sign-in activity.

Why was it changed?

Testing

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sirknightj commented 11 months ago

Added an error message for when libwebrtc is not detected (rather than letting it error out with "class X not found"). Here's what you'll see/run into when building the project without it.

image