Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In Android SDK 1.1 WebRTC library libjingle_peerconnection.jar is updated to actual version. So Android SDK 1.1 requires Android API 2826, i.e. application build with Android SDK 1.1 will run on Android 8 and higher. Use Android SDK 1.0 to support previous Android versions.

When publishing in Google Play, two APKs can be deployed - one for each of the Android SDK versions - for compatibility with devices with API lower and higher than 26.

Preparing examples for building

...