v2.2.0
What's Changed
LiveKit Android Mocks for Testing Library
The mocks we use for testing have been published under the artifact io.livekit:livekit-android-test
. These mocks allow for offline JVM unit testing, without the need for instrumented testing on an Android device. This is useful for unit testing your own code in a controlled environment.
For examples, see the existing mocked end-to-end tests within the livekit-android-test
folder.
Full Changelog: v2.1.1...v2.2.0