这是indexloc提供的服务,不要输入任何密码
Skip to content

v2.2.0

Compare
Choose a tag to compare
@davidliu davidliu released this 26 Mar 12:03
· 191 commits to main since this release
e7a0de5

What's Changed

  • Separate mocks & tests into a separate publishable package by @davidliu in #395

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